Socket
Socket
Sign inDemoInstall

@sentry/bundler-plugin-core

Package Overview
Dependencies
Maintainers
11
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/bundler-plugin-core - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

1

dist/types/options-mapping.d.ts

@@ -60,2 +60,3 @@ import { Logger } from "./sentry/logger";

excludeReplayIframe?: boolean | undefined;
excludeReplayWorker?: boolean | undefined;
} | undefined;

@@ -62,0 +63,0 @@ _experiments: {

@@ -226,2 +226,4 @@ export interface Options {

* Note that the success of this depends on tree shaking generally being enabled in your build.
*
* @deprecated Versions v7.78.0 and later of the Sentry JavaScript SDKs do not include canvas support by default, making this option redundant.
*/

@@ -241,2 +243,8 @@ excludeReplayCanvas?: boolean;

excludeReplayIframe?: boolean;
/**
* If set to true, the plugin will try to tree-shake Session Replay's Compression Web Worker out.
* You should only do this if you manually host a compression worker and configure it in your Replay config via `workerUrl`.
* Note that the success of this depends on tree shaking generally being enabled in your build.
*/
excludeReplayWorker?: boolean;
};

@@ -353,2 +361,3 @@ /**

__RRWEB_EXCLUDE_SHADOW_DOM__?: boolean;
__SENTRY_EXCLUDE_REPLAY_WORKER__?: boolean;
}

@@ -355,0 +364,0 @@ type SetCommitsOptions = (AutoSetCommitsOptions | ManualSetCommitsOptions) & {

6

package.json
{
"name": "@sentry/bundler-plugin-core",
"version": "2.9.0",
"version": "2.10.0",
"description": "Sentry Bundler Plugin Core",

@@ -72,4 +72,4 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",

"@rollup/plugin-replace": "^4.0.0",
"@sentry-internal/eslint-config": "2.9.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.9.0",
"@sentry-internal/eslint-config": "2.10.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.10.0",
"@swc/core": "^1.2.205",

@@ -76,0 +76,0 @@ "@swc/jest": "^0.2.21",

Sorry, the diff of this file is too big to display

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

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