Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
0
Maintainers
0
Versions
445
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.10.0 to 8.11.0

2

package.json
{
"name": "@sentry/types",
"version": "8.10.0",
"version": "8.11.0",
"description": "Types for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

import { Scope } from './scope';
import { SpanAttributes, SpanTimeInput } from './span';
import { Span, SpanAttributes, SpanTimeInput } from './span';
export interface StartSpanOptions {

@@ -15,2 +15,7 @@ /** A manually specified start time for the created `Span` object. */

/**
* If provided, make the new span a child of this span.
* If this is not provided, the new span will be a child of the currently active span.
*/
parentSpan?: Span;
/**
* If set to true, this span will be forced to be treated as a transaction in the Sentry UI, if possible and applicable.

@@ -17,0 +22,0 @@ * Note that it is up to the SDK to decide how exactly the span will be sent, which may change in future SDK versions.

import type { Scope } from './scope';
import type { SpanAttributes, SpanTimeInput } from './span';
import type { Span, SpanAttributes, SpanTimeInput } from './span';
export interface StartSpanOptions {

@@ -15,2 +15,7 @@ /** A manually specified start time for the created `Span` object. */

/**
* If provided, make the new span a child of this span.
* If this is not provided, the new span will be a child of the currently active span.
*/
parentSpan?: Span;
/**
* If set to true, this span will be forced to be treated as a transaction in the Sentry UI, if possible and applicable.

@@ -17,0 +22,0 @@ * Note that it is up to the SDK to decide how exactly the span will be sent, which may change in future SDK versions.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc