Socket
Socket
Sign inDemoInstall

@sentry/vite-plugin

Package Overview
Dependencies
Maintainers
11
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vite-plugin - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

8

package.json
{
"name": "@sentry/vite-plugin",
"version": "2.17.0",
"version": "2.18.0",
"description": "Official Sentry Vite plugin",

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

"dependencies": {
"@sentry/bundler-plugin-core": "2.17.0",
"@sentry/bundler-plugin-core": "2.18.0",
"unplugin": "1.0.1"

@@ -61,4 +61,4 @@ },

"@rollup/plugin-node-resolve": "13.3.0",
"@sentry-internal/eslint-config": "2.17.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.17.0",
"@sentry-internal/eslint-config": "2.18.0",
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.18.0",
"@swc/core": "^1.2.205",

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

@@ -93,2 +93,4 @@ <p align="center">

- [`enabled`](#reactcomponentannotationenabled)
- [`moduleMetadata`](#modulemetadata)
- [`applicationKey`](#applicationkey)
- [`_experiments`](#_experiments)

@@ -406,2 +408,4 @@ - [`injectBuildInformation`](#_experimentsinjectbuildinformation)

Please note that this option will not interact with any settings provided in the `sourcemaps` option. Using `uploadLegacySourcemaps` is a completely separate upload mechanism we provide for backwards-compatibility.
The `IncludeEntry` type looks as follows:

@@ -511,2 +515,22 @@

### `moduleMetadata`
Type: `Record<string, any> | (args: { org?: string; project?: string; release?: string; }) => Record<string, any>`
Metadata that should be associated with the built application.
The metadata is serialized and can be looked up at runtime from within the SDK (for example in the `beforeSend`, event processors, or the transport), allowing for custom event filtering logic or routing of events.
Metadata can either be passed directly or alternatively a callback can be provided that will be called with the following parameters:
- `org`: The organization slug.
- `project`: The project slug.
- `release`: The release name.
### `applicationKey`
Type: `string`
A key which will embedded in all the bundled files. The SDK will be able to use the key to apply filtering rules, for example using the `thirdPartyErrorFilterIntegration`.
### `_experiments`

@@ -513,0 +537,0 @@

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