Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
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 8.0.0 to 8.1.0

2

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

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

@@ -63,2 +63,12 @@ import { Attachment } from './attachment';

/**
* Sets the last event id on the scope.
* @param lastEventId The last event id of a captured event.
*/
setLastEventId(lastEventId: string | undefined): void;
/**
* This is the getter for lastEventId.
* @returns The last event id of a captured event.
*/
lastEventId(): string | undefined;
/**
* Add internal on change listener. Used for sub SDKs that need to store the scope.

@@ -65,0 +75,0 @@ * @hidden

@@ -63,2 +63,12 @@ import type { Attachment } from './attachment';

/**
* Sets the last event id on the scope.
* @param lastEventId The last event id of a captured event.
*/
setLastEventId(lastEventId: string | undefined): void;
/**
* This is the getter for lastEventId.
* @returns The last event id of a captured event.
*/
lastEventId(): string | undefined;
/**
* Add internal on change listener. Used for sub SDKs that need to store the scope.

@@ -65,0 +75,0 @@ * @hidden

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