Socket
Socket
Sign inDemoInstall

webpack-sentry-plugin

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-sentry-plugin - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

3

dist/index.js

@@ -31,2 +31,3 @@ 'use strict';

this.baseSentryURL = options.baseSentryURL || BASE_SENTRY_URL;
this.organisationSlug = options.organisation;

@@ -153,3 +154,3 @@ this.projectSlug = options.project;

value: function sentryReleaseUrl() {
return BASE_SENTRY_URL + '/' + this.organisationSlug + '/' + this.projectSlug + '/releases';
return this.baseSentryURL + '/' + this.organisationSlug + '/' + this.projectSlug + '/releases';
}

@@ -156,0 +157,0 @@ }]);

{
"name": "webpack-sentry-plugin",
"version": "1.3.1",
"version": "1.4.0",
"description": "Webpack plugin to upload source maps to Sentry",

@@ -5,0 +5,0 @@ "keywords": [

@@ -96,2 +96,4 @@ # Sentry plugin

- `baseSentryURL`: URL of Sentry instance. Shouldn't need to set if using sentry.io, but useful if self hosting
- `organisation`: Sentry organisation to upload files to

@@ -101,3 +103,3 @@

- `apiKey`: Sentry api keys. See [Sentry docs](https://docs.sentry.io/clients/javascript/sourcemaps/#uploading-source-maps-to-sentry) for info on how to create one
- `apiKey`: Sentry api key ([Generate one here](https://sentry.io/api/))

@@ -104,0 +106,0 @@ - `release`: Release name to attach source maps to. Can be string or function that returns a string

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