@sentry/core
Advanced tools
Comparing version 9.2.0-alpha.0 to 9.2.0-alpha.1
@@ -5,5 +5,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
const SDK_VERSION = "9.2.0-alpha.0" ; | ||
const SDK_VERSION = "9.2.0-alpha.1" ; | ||
exports.SDK_VERSION = SDK_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.2.0-alpha.0","sideEffects":false} | ||
{"type":"module","version":"9.2.0-alpha.1","sideEffects":false} |
// This is a magic string replaced by rollup | ||
const SDK_VERSION = "9.2.0-alpha.0" ; | ||
const SDK_VERSION = "9.2.0-alpha.1" ; | ||
export { SDK_VERSION }; | ||
//# sourceMappingURL=version.js.map |
@@ -51,12 +51,2 @@ import { Primitive } from '../misc'; | ||
/** | ||
* _experiments allows users to enable experimental or internal features. | ||
* We don't consider such features as part of the public API and hence we don't guarantee semver for them. | ||
* Experimental features can be added, changed or removed at any time. | ||
* | ||
* Default: undefined | ||
*/ | ||
_experiments: Partial<{ | ||
annotations: boolean; | ||
}>; | ||
/** | ||
* Set an object that will be merged sent as tags data with the event. | ||
@@ -63,0 +53,0 @@ */ |
@@ -51,12 +51,2 @@ import type { Primitive } from '../misc'; | ||
/** | ||
* _experiments allows users to enable experimental or internal features. | ||
* We don't consider such features as part of the public API and hence we don't guarantee semver for them. | ||
* Experimental features can be added, changed or removed at any time. | ||
* | ||
* Default: undefined | ||
*/ | ||
_experiments: Partial<{ | ||
annotations: boolean; | ||
}>; | ||
/** | ||
* Set an object that will be merged sent as tags data with the event. | ||
@@ -63,0 +53,0 @@ */ |
{ | ||
"name": "@sentry/core", | ||
"version": "9.2.0-alpha.0", | ||
"version": "9.2.0-alpha.1", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", |
Sorry, the diff of this file is not supported yet
3164591
37571