Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
463
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 8.25.0 to 8.26.0

2

build/types-ts3.8/index.d.ts

@@ -37,3 +37,3 @@ export { Attachment } from './attachment';

export { Stacktrace, StackParser, StackLineParser, StackLineParserFn } from './stacktrace';
export { PropagationContext, TracePropagationTargets } from './tracing';
export { PropagationContext, TracePropagationTargets, SerializedTraceData } from './tracing';
export { StartSpanOptions } from './startSpanOptions';

@@ -40,0 +40,0 @@ export { TraceparentData, TransactionSource, } from './transaction';

@@ -43,2 +43,10 @@ import { DynamicSamplingContext } from './envelope';

}
/**
* An object holding trace data, like span and trace ids, sampling decision, and dynamic sampling context
* in a serialized form. Both keys are expected to be used as Http headers or Html meta tags.
*/
export interface SerializedTraceData {
'sentry-trace'?: string;
baggage?: string;
}
//# sourceMappingURL=tracing.d.ts.map

@@ -37,3 +37,3 @@ export type { Attachment } from './attachment';

export type { Stacktrace, StackParser, StackLineParser, StackLineParserFn } from './stacktrace';
export type { PropagationContext, TracePropagationTargets } from './tracing';
export type { PropagationContext, TracePropagationTargets, SerializedTraceData } from './tracing';
export type { StartSpanOptions } from './startSpanOptions';

@@ -40,0 +40,0 @@ export type { TraceparentData, TransactionSource, } from './transaction';

@@ -43,2 +43,10 @@ import type { DynamicSamplingContext } from './envelope';

}
/**
* An object holding trace data, like span and trace ids, sampling decision, and dynamic sampling context
* in a serialized form. Both keys are expected to be used as Http headers or Html meta tags.
*/
export interface SerializedTraceData {
'sentry-trace'?: string;
baggage?: string;
}
//# sourceMappingURL=tracing.d.ts.map
{
"name": "@sentry/types",
"version": "8.25.0",
"version": "8.26.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc