Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
481
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 7.78.0 to 7.79.0

2

package.json
{
"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

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