This release marks the beta releases of the @sentry/solid and @sentry/solidstart Sentry SDKs. For details on how to
use them, check out the
Sentry Solid SDK README and the
Sentry SolidStart SDK README
respectively. Please reach out on GitHub if you have
any feedback or concerns.
Adds the SDK option to only wrap ES modules with import-in-the-middle that specifically need to be instrumented.
import * as Sentry from '@sentry/node';
Sentry.init({
dsn: '__PUBLIC_DSN__',
registerEsmLoaderHooks: { onlyIncludeInstrumentedModules: true },
});
All internal OpenTelemetry instrumentation was updated to their latest version. This adds support for Mongoose v7 and v8 and fixes various bugs related to ESM mode.
generic-pool integration (#13465)browserTracingIntegration by default (#13561)sentrySolidStartVite plugin to simplify source maps upload (#13493)context.waitUntil call in request handler (#13549)generic-pool span origins with underscores (#13579)Work in this release was contributed by @Zen-cronic. Thank you for your contribution!
Fetched March 31, 2026