-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: emberIssues related to the Sentry Ember SDKIssues related to the Sentry Ember SDK
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- Provide a link to the affected event from your Sentry account
Package + Version
-
@sentry/browser -
@sentry/node -
raven-js -
raven-node(raven for node) - other:
@sentry/ember
Version:
6.11.0
Description
Usage of run import e.g. in
sentry-javascript/packages/ember/addon/instance-initializers/sentry-performance.ts
Line 3 in e46ff3e
| import { run } from '@ember/runloop'; |
which is then used to call runloop functions like
run.scheduleOnce, is deprecated as of ember-source 3.27 (deprecated-run-loop-and-computed-dot-access, functions should be imported directly instead).
There may be more places this pattern is used, too.
Metadata
Metadata
Assignees
Labels
Package: emberIssues related to the Sentry Ember SDKIssues related to the Sentry Ember SDK