New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/bundler-plugin-core

Package Overview
Dependencies
Maintainers
10
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/bundler-plugin-core - npm Package Versions

1
8

2.0.0-alpha.6

Diff

sentry-bot
published 2.0.0-alpha.5 •

sentry-bot
published 2.0.0-alpha.4 •

sentry-bot
published 2.0.0-alpha.3 •

sentry-bot
published 2.0.0-alpha.2 •

sentry-bot
published 0.7.2 •

Changelog

Source

0.7.2

  • fix(core): Use createRequire to not use built-in require in ESM (#212)
sentry-bot
published 0.7.1 •

Changelog

Source

0.7.1

  • fix(core): Fix vite complaining about CJS import of webpack-sources (#210)
sentry-bot
published 0.7.0 •

Changelog

Source

0.7.0

This release introduces the sourcemaps option. This option switches to a new system of handling source maps in Sentry.

While the old system is still available via the include option, the recommended way forward is the sourcemaps option.

You can configure the sourcemaps option as follows:

plugin({
  org: "Your organization",
  project: "Your project",
  authToken: "Your auth token",

  sourcemaps: {
    // Specify the directory containing build artifacts
    assets: "./dist/**",
  },
});
  • feat(esbuild): Add debug ID injection for esbuild (#202)
  • feat: Promote debug ID uploading to stable via sourcemaps option (#204)
  • fix(core): Also do debug ID injection for .cjs files (#203)
  • fix: Add typing exports to packages (#208)
sentry-bot
published 0.6.0 •

Changelog

Source

0.6.0

  • feat(webpack): Add debug ID injection to the webpack plugin (#198)
  • fix(core): Don't exclude release injection module (#200)
  • ref(core): Don't interact with Sentry in watch-mode (#199)

Work in this release contributed by @hakubo. Thank you for your contribution!

sentry-bot
published 0.5.1 •

Changelog

Source

0.5.1

  • fix(core): Skip all transformations for 3rd party modules
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