Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
474
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.19.0 to 8.20.0

4

build/types-ts3.8/feedback/config.d.ts

@@ -83,2 +83,6 @@ import { Primitive } from '../misc';

/**
* The aria label for the Feedback widget button that opens the dialog
*/
triggerAriaLabel: string;
/**
* The label for the Feedback form cancel button that closes dialog

@@ -85,0 +89,0 @@ */

3

build/types-ts3.8/options.d.ts

@@ -29,4 +29,3 @@ import { Breadcrumb, BreadcrumbHint } from './breadcrumb';

/**
* Send SDK Client Reports.
* By default, Client Reports are enabled.
* Send SDK Client Reports. When calling `Sentry.init()`, this option defaults to `true`.
*/

@@ -33,0 +32,0 @@ sendClientReports?: boolean;

@@ -83,2 +83,6 @@ import type { Primitive } from '../misc';

/**
* The aria label for the Feedback widget button that opens the dialog
*/
triggerAriaLabel: string;
/**
* The label for the Feedback form cancel button that closes dialog

@@ -85,0 +89,0 @@ */

@@ -29,4 +29,3 @@ import type { Breadcrumb, BreadcrumbHint } from './breadcrumb';

/**
* Send SDK Client Reports.
* By default, Client Reports are enabled.
* Send SDK Client Reports. When calling `Sentry.init()`, this option defaults to `true`.
*/

@@ -33,0 +32,0 @@ sendClientReports?: boolean;

{
"name": "@sentry/types",
"version": "8.19.0",
"version": "8.20.0",
"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

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