UNPKG

@sentry/core

Version:
7 lines (5 loc) 243 B
// Global Map to track tool call IDs to their corresponding spans // This allows us to capture tool errors and link them to the correct span const toolCallSpanMap = new Map(); export { toolCallSpanMap }; //# sourceMappingURL=constants.js.map