@sentry/types
Advanced tools
Comparing version 8.41.0-beta.1 to 8.41.0
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"8.41.0-beta.1","sideEffects":false} | ||
{"type":"module","version":"8.41.0","sideEffects":false} |
@@ -1,2 +0,1 @@ | ||
import { FeatureFlag } from './featureFlags'; | ||
import { Primitive } from './misc'; | ||
@@ -15,3 +14,2 @@ import { SpanOrigin } from './span'; | ||
profile?: ProfileContext; | ||
flags?: FeatureFlagContext; | ||
} | ||
@@ -122,10 +120,2 @@ export interface StateContext extends Record<string, unknown> { | ||
} | ||
/** | ||
* Used to buffer flag evaluation data on the current scope and attach it to | ||
* error events. `values` should be initialized as empty ([]), and it should | ||
* only be modified by @sentry/util "FlagBuffer" functions. | ||
*/ | ||
export interface FeatureFlagContext extends Record<string, unknown> { | ||
values: FeatureFlag[]; | ||
} | ||
//# sourceMappingURL=context.d.ts.map |
@@ -15,3 +15,2 @@ export { Attachment } from './attachment'; | ||
export { Extra, Extras } from './extra'; | ||
export { FeatureFlag } from './featureFlags'; | ||
export { Hub } from './hub'; | ||
@@ -18,0 +17,0 @@ export { Integration, IntegrationClass, IntegrationFn } from './integration'; |
@@ -1,2 +0,1 @@ | ||
import type { FeatureFlag } from './featureFlags'; | ||
import type { Primitive } from './misc'; | ||
@@ -15,3 +14,2 @@ import type { SpanOrigin } from './span'; | ||
profile?: ProfileContext; | ||
flags?: FeatureFlagContext; | ||
} | ||
@@ -122,10 +120,2 @@ export interface StateContext extends Record<string, unknown> { | ||
} | ||
/** | ||
* Used to buffer flag evaluation data on the current scope and attach it to | ||
* error events. `values` should be initialized as empty ([]), and it should | ||
* only be modified by @sentry/util "FlagBuffer" functions. | ||
*/ | ||
export interface FeatureFlagContext extends Record<string, unknown> { | ||
values: FeatureFlag[]; | ||
} | ||
//# sourceMappingURL=context.d.ts.map |
@@ -15,3 +15,2 @@ export type { Attachment } from './attachment'; | ||
export type { Extra, Extras } from './extra'; | ||
export type { FeatureFlag } from './featureFlags'; | ||
export type { Hub } from './hub'; | ||
@@ -18,0 +17,0 @@ export type { Integration, IntegrationClass, IntegrationFn } from './integration'; |
{ | ||
"name": "@sentry/types", | ||
"version": "8.41.0-beta.1", | ||
"version": "8.41.0", | ||
"description": "Types 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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
339527
182
6961