You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sentry/babel-plugin-component-annotate

Package Overview
Dependencies
Maintainers
10
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/babel-plugin-component-annotate - npm Package Versions

1345

3.3.0-alpha.1

Diff
s
sentry-bot
published 3.3.0-alpha.1 •
s
sentry-bot
published 3.3.0-alpha.0 •
s
sentry-bot
published 3.2.4 •

Changelog

Source

3.2.4

  • Revert "feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)" (#709)
  • ref: Remove deprecated use of useArtifacBundles (#707)
s
sentry-bot
published 3.2.3 •

Changelog

Source

3.2.3

  • feat(core): Use path instead of debug IDs as artifact names for debug ID upload (#700)
  • feat(webpack): Primarily use contentHash for debug ID hash (#702)
  • feat: Detect Vercel commits and env (#694)
  • feat: Default to automatically setting commits on release (#692)
s
sentry-bot
published 3.2.2 •

Changelog

Source

3.2.2

  • feat(annotation): Handle JSX member expressions (#690)
  • fix(core): Don't crash on recoverable CLI command error (#682)
  • chore: Suggest putting SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT in passThroughEnv when using Turborepo (#675)
s
sentry-bot
published 3.2.1 •

Changelog

Source

3.2.1

  • deps: Bump @sentry/cli to 2.42.2 (#685)
s
sentry-bot
published 3.2.0 •

Changelog

Source

3.2.0

  • feat(core): Accept and await a promise in sourcemaps.filesToDeleteAfterUpload (#677)
s
sentry-bot
published 3.1.2 •

Changelog

Source

3.1.2

  • deps: Bump @sentry/cli to 2.41.1 (#671)
s
sentry-bot
published 3.1.1 •

Changelog

Source

3.1.1

  • fix(core): Disable release creation and source maps upload in dev mode (#666)

    This fix disables any external calls to the Sentry API for managing releases or uploading source maps, when detecting that the plugin is running in dev-mode. While this rarely actually happened, it also polluted the dev server output with unnecessary logs about missing auth tokens, which shouldn't be required in dev mode.

s
sentry-bot
published 3.1.0 •

Changelog

Source

3.1.0

  • feat(webpack): Gate forced process exit behind experimental flag (#663)