@dotcms/analytics 1.1.1-next.5 → 1.1.1-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -108,7 +108,6 @@ track(eventName: string, properties?: Record<string, unknown>): void
|
|
|
108
108
|
|
|
109
109
|
## ⚙️ Configuration Options
|
|
110
110
|
|
|
111
|
-
<<<<<<< HEAD
|
|
112
111
|
| Option | Type | Required | Default | Description |
|
|
113
112
|
| -------------- | --------- | -------- | ----------------------------------- | -------------------------------------- |
|
|
114
113
|
| `siteAuth` | `string` | ✅ | - | Site auth from dotCMS Analytics app |
|
|
@@ -427,14 +426,14 @@ Standalone attributes to verify:
|
|
|
427
426
|
- Angular & Vue support
|
|
428
427
|
- Realtime dashboard
|
|
429
428
|
|
|
430
|
-
##
|
|
429
|
+
## Support
|
|
431
430
|
|
|
432
431
|
We offer multiple channels to get help with the dotCMS Analytics SDK:
|
|
433
432
|
|
|
434
|
-
- **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository
|
|
435
|
-
- **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions
|
|
436
|
-
- **Stack Overflow**: Use the tag `dotcms-analytics` when posting questions
|
|
437
|
-
- **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/)
|
|
433
|
+
- **GitHub Issues**: For bug reports and feature requests, please [open an issue](https://github.com/dotCMS/core/issues/new/choose) in the GitHub repository
|
|
434
|
+
- **Community Forum**: Join our [community discussions](https://community.dotcms.com/) to ask questions and share solutions
|
|
435
|
+
- **Stack Overflow**: Use the tag `dotcms-analytics` when posting questions
|
|
436
|
+
- **Enterprise Support**: Enterprise customers can access premium support through the [dotCMS Support Portal](https://helpdesk.dotcms.com/support/)
|
|
438
437
|
|
|
439
438
|
When reporting issues, please include:
|
|
440
439
|
|
|
@@ -443,9 +442,9 @@ When reporting issues, please include:
|
|
|
443
442
|
- Minimal reproduction steps
|
|
444
443
|
- Expected vs. actual behavior
|
|
445
444
|
|
|
446
|
-
##
|
|
445
|
+
## Contributing
|
|
447
446
|
|
|
448
|
-
GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the
|
|
447
|
+
GitHub pull requests are the preferred method to contribute code to dotCMS. We welcome contributions to the dotCMS Analytics SDK! If you'd like to contribute, please follow these steps:
|
|
449
448
|
|
|
450
449
|
1. Fork the repository [dotCMS/core](https://github.com/dotCMS/core)
|
|
451
450
|
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
|
|
@@ -455,7 +454,7 @@ GitHub pull requests are the preferred method to contribute code to dotCMS. We w
|
|
|
455
454
|
|
|
456
455
|
Please ensure your code follows the existing style and includes appropriate tests.
|
|
457
456
|
|
|
458
|
-
## Licensing
|
|
457
|
+
## Licensing
|
|
459
458
|
|
|
460
459
|
dotCMS comes in multiple editions and as such is dual-licensed. The dotCMS Community Edition is licensed under the GPL 3.0 and is freely available for download, customization, and deployment for use within organizations of all stripes. dotCMS Enterprise Editions (EE) adds several enterprise features and is available via a supported, indemnified commercial license from dotCMS. For the differences between the editions, see [the feature page](http://www.dotcms.com/cms-platform/features).
|
|
461
460
|
|