Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
12
Versions
466
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 5.8.0-beta.0 to 5.8.0-beta.1

2

dist/span.d.ts
/** Span holding trace_id, span_id */
export interface Span {
/** Sets the finish timestamp on the current span and sends it if it was a transaction */
finish(): string | undefined;
finish(endTimestamp?: number): string | undefined;
/** Return a traceparent compatible header string */

@@ -6,0 +6,0 @@ toTraceparent(): string;

/** Span holding trace_id, span_id */
export interface Span {
/** Sets the finish timestamp on the current span and sends it if it was a transaction */
finish(): string | undefined;
finish(endTimestamp?: number): string | undefined;
/** Return a traceparent compatible header string */

@@ -6,0 +6,0 @@ toTraceparent(): string;

{
"name": "@sentry/types",
"version": "5.8.0-beta.0",
"version": "5.8.0-beta.1",
"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

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