@sentry/bundler-plugin-core 2.12.0 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import SentryCli from '@sentry/cli';
2
2
  import { transformAsync } from '@babel/core';
3
- import { componentNameAnnotatePlugin } from '@sentry/babel-component-annotate-plugin';
3
+ import { componentNameAnnotatePlugin } from '@sentry/babel-plugin-component-annotate';
4
4
  import * as fs from 'fs';
5
5
  import fs__default from 'fs';
6
6
  import * as path from 'path';
@@ -705,7 +705,7 @@ function createSentryInstance(options, shouldSendTelemetry, bundler) {
705
705
  dsn: "https://4c2bae7d9fbc413e8f7385f55c515d51@o1.ingest.sentry.io/6690737",
706
706
  tracesSampleRate: 1,
707
707
  sampleRate: 1,
708
- release: "2.12.0",
708
+ release: "2.13.0",
709
709
  integrations: [],
710
710
  tracePropagationTargets: ["sentry.io/api"],
711
711
  stackParser: defaultStackParser,
@@ -1617,7 +1617,7 @@ function sentryUnpluginFactory(_ref) {
1617
1617
  });
1618
1618
 
1619
1619
  // Set the User-Agent that Sentry CLI will use when interacting with Sentry
1620
- process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.12.0");
1620
+ process.env["SENTRY_PIPELINE"] = "".concat(unpluginMetaContext.framework, "-plugin/", "2.13.0");
1621
1621
  function handleRecoverableError(unknownError) {
1622
1622
  sentrySession.status = "abnormal";
1623
1623
  try {