@sentry/bundler-plugin-core
Advanced tools
Comparing version 2.6.2 to 2.7.0
@@ -28,4 +28,4 @@ import { Logger } from "./sentry/logger"; | ||
export declare function createDebugIdUploadFunction({ assets, ignore, logger, releaseName, dist, handleRecoverableError, sentryHub, sentryClient, sentryCliOptions, rewriteSourcesHook, filesToDeleteAfterUpload, }: DebugIdUploadPluginOptions): (buildArtifactPaths: string[]) => Promise<void>; | ||
export declare function prepareBundleForDebugIdUpload(bundleFilePath: string, uploadFolder: string, chunkIndex: number, logger: Logger, rewriteSourcesHook: RewriteSourcesHook): Promise<[void, void] | undefined>; | ||
export declare function prepareBundleForDebugIdUpload(bundleFilePath: string, uploadFolder: string, chunkIndex: number, logger: Logger, rewriteSourcesHook: RewriteSourcesHook): Promise<void>; | ||
export {}; | ||
//# sourceMappingURL=debug-id-upload.d.ts.map |
@@ -68,2 +68,10 @@ import { UnpluginOptions } from "unplugin"; | ||
}; | ||
export declare function createRollupModuleMetadataInjectionHooks(injectionCode: string): { | ||
renderChunk(code: string, chunk: { | ||
fileName: string; | ||
}): { | ||
code: string; | ||
map: import("magic-string").SourceMap; | ||
} | null; | ||
}; | ||
export declare function createRollupDebugIdUploadHooks(upload: (buildArtifacts: string[]) => Promise<void>): { | ||
@@ -70,0 +78,0 @@ writeBundle(outputOptions: { |
@@ -227,5 +227,2 @@ export interface Options { | ||
* - `release`: The release name. | ||
* | ||
* | ||
* Note: This option is currently only supported by `@sentry/webpack-plugin`. | ||
*/ | ||
@@ -232,0 +229,0 @@ moduleMetadata?: any | ModuleMetadataCallback; |
{ | ||
"name": "@sentry/bundler-plugin-core", | ||
"version": "2.6.2", | ||
"version": "2.7.0", | ||
"description": "Sentry Bundler Plugin Core", | ||
@@ -72,4 +72,4 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@sentry-internal/eslint-config": "2.6.2", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.6.2", | ||
"@sentry-internal/eslint-config": "2.7.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -76,0 +76,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
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
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
455528
4501