Skip to content

404s within user-facing docs #10737

@a-hariti

Description

@a-hariti

These are 404s within SDK docs (with working redirects), not including external links (for now)

The link markdown syntax [label](href) is not necessarily present in the actual source, some links result from components <PlatformLink /> ..., but should point you to the link responsible for the 404 on the page

Rough process: Click on the link to open page, Ctrl + F for the [label] until you find the link the actual href.

External links

http://localhost:3000/organization/integrations/data-visualization/splunk

  • Splunk documentation (https://dev.splunk.com/view/event-collector/SP-CAAAE7F)
  • 🚨Actually resolves

http://localhost:3000/platforms/react-native/manual-setup/hermes

  • SOURCEMAP_FILE (https://reactnative.dev/docs/sourcemaps#enable-source-maps-on-ios)

http://localhost:3000/platforms/react-native/tracing/instrumentation/user-interaction-instrumentation

  • RNGH API v2 (https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/gesture)
  • 🚨Actually resolves

http://localhost:3000/platforms/python/legacy-sdk/integrations

  • werkzeug.contrib.fixers (https://werkzeug.palletsprojects.com/en/0.14.x/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix)
  • bind to that signal (https://pythonhosted.org/blinker/#subscribing-to-signals)
  • 🚨 Question came up if we actually need this page

http://localhost:3000/platforms/dart/configuration/sampling

http://localhost:3000/platforms/dart/integrations/dio

  • DioError (https://pub.dev/documentation/dio/latest/dio/DioError-class.html)

http://localhost:3000/platforms/javascript/guides/react/features/react-router

  • Routes (https://reactrouter.com/docs/en/v6/api#routes-and-route)

http://localhost:3000/platforms/javascript/legacy-sdk/install

  • loader.js (https://github.com/getsentry/raven-js/blob/master/packages/raven-js/src/loader.js)
  • XDomainRequest (https://developer.mozilla.org/en-US/docs/Web/API/XDomainRequest)

http://localhost:3000/platforms/javascript/legacy-sdk/usage

  • Gruntfile (https://github.com/getsentry/raven-js/blob/master/packages/raven-js/Gruntfile.js)

http://localhost:3000/contributing/approach/product-docs/write-index

  • Tips for Contributors (https://www.notion.so/sentry/Tips-for-Contributors-b1997ea7f5e84eb9a02e0770b6dcc453)
  • 🚨Actually resolves

http://localhost:3000/contributing/approach/sdk-docs/write-getting-started

http://localhost:3000/security-legal-pii/security/mobile-privacy

  • IDFA (https://developer.apple.com/documentation/appstoreconnectapi/advertising_identifier_idfa_declarations)

http://localhost:3000/platforms/java/legacy/logback

  • Appender (http://logback.qos.ch/apidocs/ch/qos/logback/core/Appender.html)

http://localhost:3000/platforms/java/guides/logback

  • Appender (https://logback.qos.ch/apidocs/ch/qos/logback/core/Appender.html)

Internal links

http://localhost:3000/organization/integrations/source-code-mgmt/github

  • [allowed](security-legal-pii/security/ip-ranges/)

http://localhost:3000/platforms/apple/guides/ios/session-replay

  • [Session Replay Product docs](/platforms/apple/guides/ios/product/session-replay/)

http://localhost:3000/platforms/react-native/session-replay

  • [Session Replay Product docs](/platforms/react-native/product/session-replay/)

http://localhost:3000/platforms/python/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/python/legacy-sdk

  • [IRC](irc://irc.freenode.net/sentry)

http://localhost:3000/platforms/android/session-replay

  • [Session Replay Product docs](/platforms/android/product/session-replay/)

http://localhost:3000/platforms/javascript/guides/remix/manual-setup

  • [Prisma](/platforms/javascript/guides/node/tracing/database/opt-in/#prisma-orm-integration)

http://localhost:3000/product/insights/queries

  • [automatic instrumentation](/platform-redirect/?next=%252Ftracing%252Finstrumentation%252Fautomatic-instrumentation)

http://localhost:3000/product/insights/assets

  • [automatic instrumentation](/platform-redirect/?next=%252Fperformance%252Finstrumentation%252Fautomatic-instrumentation)

http://localhost:3000/product/insights/queue-monitoring

  • [PHP SDK](/platforms/php/tracing/instrumentation/custom-instrumentation/queues-module/)

http://localhost:3000/product/insights/caches

  • [PHP SDK](/platforms/php/tracing/instrumentation/custom-instrumentation/caches-module/)

http://localhost:3000/product/releases/health

  • [specific platform](/platform-redirect/?next=/configuration/releases/%2523sessions)

http://localhost:3000/product/releases/usage/sorting-filtering

  • [Semantic Version](/platform-redirect/?next=/configuration/releases/%2523bind-the-version)

http://localhost:3000/product/user-feedback

  • [here](/product/explore/session-replay/getting-started/)

http://localhost:3000/product/explore/session-replay/web

  • [backend error replays](/product/explore/session-replay/getting-started/#replays-for-backend-errors)

http://localhost:3000/product/explore/session-replay/web/performance-overhead

  • [use the blocking feature](/platform-redirect/?next=%252Fsession-replay%252Fprivacy%252F%2523blocking)

http://localhost:3000/product/explore/session-replay/web/replay-page-and-filters

  • [Replay Details](/product/explore/session-replay/replay-details/)

http://localhost:3000/product/alerts/create-alerts/issue-alert-config

  • [environment(s)](/platform-redirect/?next=%252Fconfiguration%252Fenvironments%252F)

  • [tags](/platform-redirect/?next=%252Fenriching-events%252Ftags%252F)

http://localhost:3000/product/alerts/notifications

  • [user feedback](/platform-redirect/?next=%252Fuser-feedback%252F)

http://localhost:3000/product/dashboards

  • [Issues](product/issues/)

http://localhost:3000/product/relay/modes/pii-and-data-scrubbing

  • [Advanced Data Scrubbing](/platform-redirect/?next=/data-management/advanced-datascrubbing/)

http://localhost:3000/product/relay

  • [beforeSend and beforeSendTransaction hooks](/platform-redirect/?next=/configuration/options/%2523hooks)

http://localhost:3000/product/performance/retention-priorities

  • [tracesSampleRate](/platform-redirect/?next=/performance/)

http://localhost:3000/product/issues/issue-details

  • [Attachments](/platform-redirect/?next=%252Fenriching-events%252Fattachments%252F)
  • [Contexts](/platform-redirect/?next=%252Fenriching-events%252Fcontext%252F)
  • [breadcrumbs](/platform-redirect/?next=%252Fenriching-events%252Fbreadcrumbs%252F)

http://localhost:3000/product/issues/issue-details/performance-issues/n-one-api-calls

  • [](/platform-redirect/?next=%252Fconfiguration%252Foptions%2523before-send-transaction)

http://localhost:3000/security-legal-pii/scrubbing/advanced-datascrubbing

  • [using hooks in your SDK](/platform-redirect/?next=%252Fdata-management%252Fsensitive-data%252F)

http://localhost:3000/pricing/quotas/manage-transaction-quota

  • [tracing options](/platform-redirect/?next=/configuration/options/%2523tracing-options)

  • [custom instrumentation](/platform-redirect/?next=/performance/instrumentation/custom-instrumentation/)

http://localhost:3000/pricing/quotas/manage-event-stream-guide

  • [tryCatch](/platforms/javascript/configuration/integrations/trycatch/)

http://localhost:3000/platforms/apple/features

  • [View Hierarchy](/platforms/apple/enriching-events/viewhierarchy/)
  • [Screenshot](/platforms/apple/enriching-events/screenshots/)

http://localhost:3000/platforms/apple/guides/tvos/features

  • [View Hierarchy](/platforms/apple/guides/tvos/enriching-events/viewhierarchy/)
  • [Screenshot](/platforms/apple/guides/tvos/enriching-events/screenshots/)

http://localhost:3000/platforms/native/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/native/guides/crashpad/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/native/guides/wasm/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/native/guides/qt/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/native/guides/breakpad/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/native/guides/minidumps/data-management/sensitive-data

  • [frequently asked questions about mobile data privacy](security-legal-pii/security/mobile-privacy/)

http://localhost:3000/platforms/java/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/servlet/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/log4j2/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/jul/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/logback/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/spring/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/java/guides/spring-boot/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/insights/caches/))

http://localhost:3000/platforms/php/tracing/instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/php/guides/symfony/tracing/instrumentation/requests-module

  • [Laravel SDK](/platforms/php/guides/symfony/guides/laravel/)

  • [Symfony SDK](/platforms/php/guides/symfony/guides/symfony/)

http://localhost:3000/platforms/php/guides/symfony/tracing/instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/php/guides/laravel/tracing/instrumentation/requests-module

  • [Laravel SDK](/platforms/php/guides/laravel/guides/laravel/)

  • [Symfony SDK](/platforms/php/guides/laravel/guides/symfony/)

http://localhost:3000/platforms/php/guides/laravel/tracing/instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/dotnet/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/aspnetcore/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/aspnetcore/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/log4net/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/log4net/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/extensions-logging/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/extensions-logging/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/aws-lambda/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/aws-lambda/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/azure-functions-worker/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/azure-functions-worker/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/entityframework/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/entityframework/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/xamarin/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/xamarin/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/maui/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/maui/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/wpf/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/wpf/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/blazor-webassembly/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/blazor-webassembly/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/winforms/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/winforms/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/google-cloud-functions/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/google-cloud-functions/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/winui/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/winui/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/aspnet/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/aspnet/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/serilog/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/serilog/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/uwp/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/uwp/integrations/#web-frameworks)

http://localhost:3000/platforms/dotnet/guides/nlog/tracing/instrumentation/custom-instrumentation/queues-module

  • [supported web framework](/platforms/dotnet/guides/nlog/integrations/#web-frameworks)

http://localhost:3000/platforms/javascript/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/session-replay/troubleshooting

  • [performance overhead](/product/explore/session-replay/performance-overhead/#how-is-session-replay-optimized)

http://localhost:3000/platforms/javascript/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/deno/tracing

  • [here](/platforms/javascript/guides/deno/tracing/instrumentation/opentelemetry/)

http://localhost:3000/platforms/javascript/guides/deno/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/deno/configuration/integrations

  • [trpcMiddleware](./trpc)

http://localhost:3000/platforms/javascript/guides/deno/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/deno/user-feedback

  • [Session Replay](/platforms/javascript/guides/deno/session-replay/)

http://localhost:3000/platforms/javascript/guides/deno/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/cordova/tracing/instrumentation/custom-instrumentation

  • [Distributed Tracing](/platforms/javascript/guides/cordova/tracing/trace-propagation/custom-instrumentation/)

http://localhost:3000/platforms/javascript/guides/cordova/configuration/integrations

  • [browserProfilingIntegration](./browserprofiling)
  • [browserTracingIntegration](./browsertracing)
  • [contextLinesIntegration](./contextlines)
  • [replayIntegration](./replay)
  • [replayCanvasIntegration](./replaycanvas)

http://localhost:3000/platforms/javascript/guides/cordova/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/cordova

  • [Migration docs](./migration/v7-to-v8/)

http://localhost:3000/platforms/javascript/guides/cordova/user-feedback

  • [Session Replay](/platforms/javascript/guides/cordova/session-replay/)

http://localhost:3000/platforms/javascript/guides/gcp-functions/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/gcp-functions/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/gcp-functions/sourcemaps/troubleshooting_js

  • [hosting your source maps publicly](/platforms/javascript/guides/gcp-functions/sourcemaps/uploading/hosting-publicly/)

http://localhost:3000/platforms/javascript/guides/gcp-functions/sourcemaps/troubleshooting_js/legacy-uploading-methods

  • [rewriteFrames integration](/platforms/javascript/guides/gcp-functions/configuration/integrations/pluggable-integrations/#rewriteframes)

http://localhost:3000/platforms/javascript/guides/gcp-functions/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/svelte/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/svelte/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/express/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/express/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/express/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/hapi/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/hapi/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/hapi/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/vue/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/vue/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/wasm/configuration/integrations

  • [replayIntegration](./replay)

  • [replayCanvasIntegration](./replaycanvas)

http://localhost:3000/platforms/javascript/guides/wasm/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/wasm/user-feedback

  • [Session Replay](/platforms/javascript/guides/wasm/session-replay/)

http://localhost:3000/platforms/javascript/guides/wasm/migration/v7-to-v8

  • [offline transport wrapper](/platforms/javascript/guides/wasm/configuration/transports/#makebrowserofflinetransport)

http://localhost:3000/platforms/javascript/guides/wasm/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/angular/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/angular/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/aws-lambda/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/aws-lambda/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/aws-lambda/sourcemaps/troubleshooting_js

  • [hosting your source maps publicly](/platforms/javascript/guides/aws-lambda/sourcemaps/uploading/hosting-publicly/)

http://localhost:3000/platforms/javascript/guides/aws-lambda/sourcemaps/troubleshooting_js/legacy-uploading-methods

  • [rewriteFrames integration](/platforms/javascript/guides/aws-lambda/configuration/integrations/pluggable-integrations/#rewriteframes)

http://localhost:3000/platforms/javascript/guides/aws-lambda/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/solid/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/solid/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/bun/tracing

  • [here](/platforms/javascript/guides/bun/tracing/instrumentation/opentelemetry/)

http://localhost:3000/platforms/javascript/guides/bun/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/bun/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/bun/user-feedback

  • [Session Replay](/platforms/javascript/guides/bun/session-replay/)

http://localhost:3000/platforms/javascript/guides/bun/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/sveltekit/tracing

  • [here](/platforms/javascript/guides/sveltekit/tracing/instrumentation/opentelemetry/)

http://localhost:3000/platforms/javascript/guides/sveltekit/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/sveltekit/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/sveltekit/sourcemaps/uploading/cli

  • [Uploading Source Maps](/platforms/javascript/guides/sveltekit/sourcemaps/uploading/)

http://localhost:3000/platforms/javascript/guides/sveltekit/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/gatsby/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/gatsby/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/azure-functions/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/azure-functions/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/azure-functions/sourcemaps/troubleshooting_js

  • [hosting your source maps publicly](/platforms/javascript/guides/azure-functions/sourcemaps/uploading/hosting-publicly/)

http://localhost:3000/platforms/javascript/guides/azure-functions/sourcemaps/troubleshooting_js/legacy-uploading-methods

  • [rewriteFrames integration](/platforms/javascript/guides/azure-functions/configuration/integrations/pluggable-integrations/#rewriteframes)

http://localhost:3000/platforms/javascript/guides/azure-functions/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/ember/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/ember/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/nextjs/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/nextjs/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/nextjs/sourcemaps/uploading/cli

  • [Uploading Source Maps](/platforms/javascript/guides/nextjs/sourcemaps/uploading/)

http://localhost:3000/platforms/javascript/guides/nextjs/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/nestjs/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/nestjs/configuration/integrations

  • [breadcrumbsIntegration](./breadcrumbs)
  • [browserApiErrorsIntegration](./browserapierrors)
  • [globalHandlersIntegration](./globalhandlers)
  • [httpContextIntegration](./httpcontext)
  • [browserProfilingIntegration](./browserprofiling)
  • [browserTracingIntegration](./browsertracing)
  • [httpClientIntegration](./httpclient)
  • [moduleMetadataIntegration](./modulemetadata)
  • [replayIntegration](./replay)
  • [replayCanvasIntegration](./replaycanvas)
  • [reportingObserverIntegration](./reportingobserver)

http://localhost:3000/platforms/javascript/guides/nestjs/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/nestjs/migration/v7-to-v8

  • [offline transport wrapper](/platforms/javascript/guides/nestjs/configuration/transports/#makebrowserofflinetransport)

http://localhost:3000/platforms/javascript/guides/nestjs/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/astro/tracing

  • [here](/platforms/javascript/guides/astro/tracing/instrumentation/opentelemetry/)

http://localhost:3000/platforms/javascript/guides/astro/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/astro/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/astro/sourcemaps/uploading/cli

  • [Uploading Source Maps](/platforms/javascript/guides/astro/sourcemaps/uploading/)

http://localhost:3000/platforms/javascript/guides/astro/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/node/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/node/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/node/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/connect/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/connect/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/connect/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/remix/tracing

  • [here](/platforms/javascript/guides/remix/tracing/instrumentation/opentelemetry/)

http://localhost:3000/platforms/javascript/guides/remix/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/remix/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/remix/sourcemaps/uploading/cli

  • [Uploading Source Maps](/platforms/javascript/guides/remix/sourcemaps/uploading/)

http://localhost:3000/platforms/javascript/guides/remix/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/react/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/react/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/fastify/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/fastify/configuration/integrations

  • [contextLinesIntegration](./contextlines)

http://localhost:3000/platforms/javascript/guides/fastify/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/fastify/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

http://localhost:3000/platforms/javascript/guides/koa/tracing/instrumentation/custom-instrumentation/caches-module

  • [Cache Module]((https://sentry.io/orgredirect/organizations/:orgslug/performance/caches/))

http://localhost:3000/platforms/javascript/guides/koa/data-management/debug-files/source-context

  • [Managing Debug Information Files](../#managing-debug-information-files)

http://localhost:3000/platforms/javascript/guides/koa/migration/v7-to-v8/v8-opentelemetry

  • [performance monitoring APIs](./v8-new-performance-api.mdx)

Additional Info

No response

Metadata

Metadata

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions