@sentry/types
Advanced tools
Comparing version 7.78.0 to 7.79.0
{ | ||
"name": "@sentry/types", | ||
"version": "7.78.0", | ||
"version": "7.79.0", | ||
"description": "Types for all Sentry JavaScript SDKs", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", |
import { Primitive } from './misc'; | ||
import { SpanOrigin } from './span'; | ||
export type Context = Record<string, unknown>; | ||
@@ -99,2 +100,3 @@ export interface Contexts extends Record<string, Context | undefined> { | ||
trace_id: string; | ||
origin?: SpanOrigin; | ||
} | ||
@@ -101,0 +103,0 @@ export interface CloudResourceContext extends Record<string, unknown> { |
import type { Primitive } from './misc'; | ||
import type { SpanOrigin } from './span'; | ||
export type Context = Record<string, unknown>; | ||
@@ -99,2 +100,3 @@ export interface Contexts extends Record<string, Context | undefined> { | ||
trace_id: string; | ||
origin?: SpanOrigin; | ||
} | ||
@@ -101,0 +103,0 @@ export interface CloudResourceContext extends Record<string, unknown> { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240371
4980