[Short description of the addon.]
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- ember-auto-import v2-compatible applications
ember install @upfluence/hyperevents
[Longer description of how to use the addon in apps.]
Apps should provide activity metadata through @embroider/macros:
'@embroider/macros': {
setConfig: {
'@upfluence/hyperevents': {
buildEnv: process.env.BUILD_ENV || 'staging',
activityUrl: process.env.ACTIVITY_URL || 'https://activity.upfluence.com',
parentAppVersion: '<app version>'
}
}
}buildEnv falls back to staging and parentAppVersion falls back to unknown.
See the Contributing guide for details.
This project uses release-it with Workspaces support brought by the official Release-it Workspace plugin.
To cut a new release, run pnpm release-it and follow the prompt questions.
For an explicit version bump, run pnpm release-it patch, pnpm release-it minor, or pnpm release-it major.
To release a beta version, run pnpm release-it --preRelease=beta and follow the prompt questions.
The published @upfluence/hyperevents addon package is licensed under the MIT License.