@sentry/bundler-plugin-core
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,6 +0,4 @@ | ||
import { Hub } from "@sentry/node"; | ||
interface LoggerOptions { | ||
silent: boolean; | ||
debug: boolean; | ||
hub: Hub; | ||
prefix: string; | ||
@@ -7,0 +5,0 @@ } |
@@ -12,4 +12,3 @@ import { Hub, NodeClient, Span } from "@sentry/node"; | ||
export declare function addSpanToTransaction(ctx: BuildContext, op?: string, description?: string): Span | undefined; | ||
export declare function captureMinimalError(error: unknown | Error, hub: Hub): void; | ||
export declare function addPluginOptionInformationToHub(options: InternalOptions, hub: Hub, bundler: "rollup" | "webpack" | "vite" | "esbuild"): void; | ||
export declare function shouldSendTelemetry(options: InternalOptions): Promise<boolean>; |
{ | ||
"name": "@sentry/bundler-plugin-core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Sentry Bundler Plugin Core", | ||
@@ -15,4 +15,10 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"types": "dist/types/index.d.ts", | ||
@@ -54,4 +60,4 @@ "scripts": { | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@sentry-internal/eslint-config": "0.2.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.1", | ||
"@sentry-internal/eslint-config": "0.2.2", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.2", | ||
"@swc/core": "^1.2.205", | ||
@@ -58,0 +64,0 @@ "@swc/jest": "^0.2.21", |
Sorry, the diff of this file is too big to display
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
414079
4074