@sentry/ember 9.14.0 → 9.15.0
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/addon/index.ts
CHANGED
|
@@ -2,14 +2,17 @@ import { assert, warn } from '@ember/debug';
|
|
|
2
2
|
import type Route from '@ember/routing/route';
|
|
3
3
|
import { next } from '@ember/runloop';
|
|
4
4
|
import { getOwnConfig, isDevelopingApp, macroCondition } from '@embroider/macros';
|
|
5
|
-
import { startSpan } from '@sentry/browser';
|
|
6
5
|
import type { BrowserOptions } from '@sentry/browser';
|
|
6
|
+
import { startSpan } from '@sentry/browser';
|
|
7
7
|
import * as Sentry from '@sentry/browser';
|
|
8
|
-
import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, applySdkMetadata } from '@sentry/core';
|
|
9
|
-
import { GLOBAL_OBJ } from '@sentry/core';
|
|
10
|
-
import Ember from 'ember';
|
|
11
|
-
|
|
12
8
|
import type { Client, TransactionSource } from '@sentry/core';
|
|
9
|
+
import {
|
|
10
|
+
applySdkMetadata,
|
|
11
|
+
GLOBAL_OBJ,
|
|
12
|
+
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
|
|
13
|
+
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
|
|
14
|
+
} from '@sentry/core';
|
|
15
|
+
import Ember from 'ember';
|
|
13
16
|
import type { EmberSentryConfig, GlobalConfig, OwnConfig } from './types';
|
|
14
17
|
|
|
15
18
|
function _getSentryInitConfig(): EmberSentryConfig['sentry'] {
|
|
@@ -12,14 +12,14 @@ import type {
|
|
|
12
12
|
startBrowserTracingPageLoadSpan as startBrowserTracingPageLoadSpanType,
|
|
13
13
|
} from '@sentry/browser';
|
|
14
14
|
import {
|
|
15
|
-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
|
|
16
|
-
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
|
|
17
15
|
getActiveSpan,
|
|
18
16
|
getClient,
|
|
17
|
+
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
|
|
18
|
+
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
|
|
19
19
|
startInactiveSpan,
|
|
20
20
|
} from '@sentry/browser';
|
|
21
|
-
import { GLOBAL_OBJ, addIntegration, browserPerformanceTimeOrigin, timestampInSeconds } from '@sentry/core';
|
|
22
21
|
import type { Span } from '@sentry/core';
|
|
22
|
+
import { addIntegration, browserPerformanceTimeOrigin, GLOBAL_OBJ, timestampInSeconds } from '@sentry/core';
|
|
23
23
|
import type { ExtendedBackburner } from '@sentry/ember/runloop';
|
|
24
24
|
import type { EmberRouterMain, EmberSentryConfig, GlobalConfig, OwnConfig } from '../types';
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/ember",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.0",
|
|
4
4
|
"description": "Official Sentry SDK for Ember.js",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/ember",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/core": "^7.24.4",
|
|
34
34
|
"@embroider/macros": "^1.16.0",
|
|
35
|
-
"@sentry/browser": "9.
|
|
36
|
-
"@sentry/core": "9.
|
|
35
|
+
"@sentry/browser": "9.15.0",
|
|
36
|
+
"@sentry/core": "9.15.0",
|
|
37
37
|
"ember-auto-import": "^2.7.2",
|
|
38
38
|
"ember-cli-babel": "^8.2.0",
|
|
39
39
|
"ember-cli-htmlbars": "^6.1.1",
|