@sentry/babel-plugin-component-annotate
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -102,2 +102,3 @@ 'use strict'; | ||
var nativeSourceFileName = "dataSentrySourceFile"; | ||
// We must export the plugin as default, otherwise the Babel loader will not be able to resolve it when configured using its string identifier | ||
function componentNameAnnotatePlugin(_ref) { | ||
@@ -386,3 +387,3 @@ var t = _ref.types; | ||
exports.componentNameAnnotatePlugin = componentNameAnnotatePlugin; | ||
exports["default"] = componentNameAnnotatePlugin; | ||
//# sourceMappingURL=index.js.map |
@@ -45,3 +45,3 @@ /** | ||
type AnnotationPlugin = PluginObj<AnnotationPluginPass>; | ||
export declare function componentNameAnnotatePlugin({ types: t }: typeof Babel): AnnotationPlugin; | ||
export default function componentNameAnnotatePlugin({ types: t }: typeof Babel): AnnotationPlugin; | ||
export {}; |
{ | ||
"name": "@sentry/babel-plugin-component-annotate", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry", | ||
@@ -59,4 +59,4 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.13.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.13.0", | ||
"@sentry-internal/eslint-config": "2.14.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.14.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -63,0 +63,0 @@ "@swc/jest": "^0.2.21", |
@@ -72,3 +72,3 @@ <p align="center"> | ||
import {componentNameAnnotatePlugin} from '@sentry/babel-plugin-component-annotate'; | ||
import componentNameAnnotatePlugin from '@sentry/babel-plugin-component-annotate'; | ||
@@ -75,0 +75,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110319
828