@anyshift/mcp-proxy 0.6.11 → 0.6.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -449,7 +449,7 @@ async function main() {
|
|
|
449
449
|
};
|
|
450
450
|
if (SENTRY_DSN && (SENTRY_TRACE_HEADER || SENTRY_BAGGAGE_HEADER)) {
|
|
451
451
|
await Sentry.continueTrace({ sentryTrace: SENTRY_TRACE_HEADER || '', baggage: SENTRY_BAGGAGE_HEADER }, () => Sentry.startSpan({ name: MCP_NAME, op: 'mcp.connection' }, connectChild));
|
|
452
|
-
|
|
452
|
+
Sentry.flush(2000).catch((err) => console.error('[mcp-proxy] sentry flush failed:', err));
|
|
453
453
|
}
|
|
454
454
|
else {
|
|
455
455
|
await connectChild();
|
package/package.json
CHANGED