@sentry/core
Advanced tools
Comparing version
@@ -70,2 +70,3 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
const consoleIntegration = require('./logs/console-integration.js'); | ||
const vercelAi = require('./utils/vercel-ai.js'); | ||
const featureFlags = require('./utils/featureFlags.js'); | ||
@@ -276,2 +277,3 @@ const aggregateErrors = require('./utils/aggregate-errors.js'); | ||
exports.consoleLoggingIntegration = consoleIntegration.consoleLoggingIntegration; | ||
exports.addVercelAiProcessors = vercelAi.addVercelAiProcessors; | ||
exports._INTERNAL_FLAG_BUFFER_SIZE = featureFlags._INTERNAL_FLAG_BUFFER_SIZE; | ||
@@ -278,0 +280,0 @@ exports._INTERNAL_MAX_FLAGS_PER_SPAN = featureFlags._INTERNAL_MAX_FLAGS_PER_SPAN; |
@@ -5,5 +5,5 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
const SDK_VERSION = "9.32.0" ; | ||
const SDK_VERSION = "9.33.0" ; | ||
exports.SDK_VERSION = SDK_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -68,2 +68,3 @@ export { registerSpanErrorInstrumentation } from './tracing/errors.js'; | ||
export { consoleLoggingIntegration } from './logs/console-integration.js'; | ||
export { addVercelAiProcessors } from './utils/vercel-ai.js'; | ||
export { _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope } from './utils/featureFlags.js'; | ||
@@ -70,0 +71,0 @@ export { applyAggregateErrorsToEvent } from './utils/aggregate-errors.js'; |
@@ -1,1 +0,1 @@ | ||
{"type":"module","version":"9.32.0","sideEffects":false} | ||
{"type":"module","version":"9.33.0","sideEffects":false} |
// This is a magic string replaced by rollup | ||
const SDK_VERSION = "9.32.0" ; | ||
const SDK_VERSION = "9.33.0" ; | ||
export { SDK_VERSION }; | ||
//# sourceMappingURL=version.js.map |
@@ -202,3 +202,4 @@ import { IntegrationIndex } from './integration'; | ||
/** | ||
* Register a callback for whenever a span is ended. | ||
* Register a callback for after a span is ended. | ||
* NOTE: The span cannot be mutated anymore in this callback. | ||
* Receives the span as argument. | ||
@@ -205,0 +206,0 @@ * @returns {() => void} A function that, when executed, removes the registered callback. |
@@ -68,2 +68,3 @@ export { ClientClass as SentryCoreCurrentScopes } from './sdk'; | ||
export { consoleLoggingIntegration } from './logs/console-integration'; | ||
export { addVercelAiProcessors } from './utils/vercel-ai'; | ||
export { FeatureFlag } from './utils/featureFlags'; | ||
@@ -70,0 +71,0 @@ export { _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, } from './utils/featureFlags'; |
@@ -202,3 +202,4 @@ import type { IntegrationIndex } from './integration'; | ||
/** | ||
* Register a callback for whenever a span is ended. | ||
* Register a callback for after a span is ended. | ||
* NOTE: The span cannot be mutated anymore in this callback. | ||
* Receives the span as argument. | ||
@@ -205,0 +206,0 @@ * @returns {() => void} A function that, when executed, removes the registered callback. |
@@ -68,2 +68,3 @@ export type { ClientClass as SentryCoreCurrentScopes } from './sdk'; | ||
export { consoleLoggingIntegration } from './logs/console-integration'; | ||
export { addVercelAiProcessors } from './utils/vercel-ai'; | ||
export type { FeatureFlag } from './utils/featureFlags'; | ||
@@ -70,0 +71,0 @@ export { _INTERNAL_copyFlagsFromScopeToEvent, _INTERNAL_insertFlagToScope, _INTERNAL_addFeatureFlagToActiveSpan, _INTERNAL_FLAG_BUFFER_SIZE, _INTERNAL_MAX_FLAGS_PER_SPAN, } from './utils/featureFlags'; |
{ | ||
"name": "@sentry/core", | ||
"version": "9.32.0", | ||
"version": "9.33.0", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3747499
4.98%1052
1.35%43908
4.72%