Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
0
Maintainers
11
Versions
424
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.107.0 to 7.108.0

2

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

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

@@ -1,2 +0,2 @@

export type DataCategory = 'default' | 'error' | 'transaction' | 'replay' | 'security' | 'attachment' | 'session' | 'internal' | 'profile' | 'monitor' | 'feedback' | 'unknown' | 'span';
export type DataCategory = 'default' | 'error' | 'transaction' | 'replay' | 'security' | 'attachment' | 'session' | 'internal' | 'profile' | 'monitor' | 'feedback' | 'statsd' | 'span' | 'unknown';
//# sourceMappingURL=datacategory.d.ts.map

@@ -60,3 +60,3 @@ import { Context } from './context';

*/
sampled?: boolean;
sampled?: boolean | undefined;
/**

@@ -63,0 +63,0 @@ * @inheritDoc

@@ -1,2 +0,2 @@

export type DataCategory = 'default' | 'error' | 'transaction' | 'replay' | 'security' | 'attachment' | 'session' | 'internal' | 'profile' | 'monitor' | 'feedback' | 'unknown' | 'span';
export type DataCategory = 'default' | 'error' | 'transaction' | 'replay' | 'security' | 'attachment' | 'session' | 'internal' | 'profile' | 'monitor' | 'feedback' | 'statsd' | 'span' | 'unknown';
//# sourceMappingURL=datacategory.d.ts.map

@@ -60,3 +60,3 @@ import type { Context } from './context';

*/
sampled?: boolean;
sampled?: boolean | undefined;
/**

@@ -63,0 +63,0 @@ * @inheritDoc

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc