File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
docs/platforms/javascript/common/configuration/integrations
platform-includes/configuration/integrations Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: BrowserProfiling
33description : " Capture profiling data for the Browser."
44notSupported :
55 - javascript.cordova
6+ - javascript.capacitor
67 - javascript.node
78 - javascript.aws-lambda
89 - javascript.azure-functions
Original file line number Diff line number Diff line change 1+ ### Integrations
2+
3+ | | ** Auto Enabled** | ** Errors** | ** Tracing** | ** Replay** | ** Additional Context** |
4+ | ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
5+ | [ ` breadcrumbsIntegration ` ] ( ./breadcrumbs ) | ✓ | | | | ✓ |
6+ | [ ` browserApiErrorsIntegration ` ] ( ./browserapierrors ) | ✓ | ✓ | | | |
7+ | [ ` dedupeIntegration ` ] ( ./dedupe ) | ✓ | ✓ | | | |
8+ | [ ` functionToStringIntegration ` ] ( ./functiontostring ) | ✓ | | | | |
9+ | [ ` globalHandlersIntegration ` ] ( ./globalhandlers ) | ✓ | ✓ | | | |
10+ | [ ` httpContextIntegration ` ] ( ./httpcontext ) | ✓ | | | | ✓ |
11+ | [ ` inboundFiltersIntegration ` ] ( ./inboundfilters ) | ✓ | ✓ | | | |
12+ | [ ` linkedErrorsIntegration ` ] ( ./linkederrors ) | ✓ | ✓ | | | |
13+ | [ ` browserSessionIntegration ` ] ( ./browsersession ) | ✓ | | | | ✓ |
14+ | [ ` browserTracingIntegration ` ] ( ./browsertracing ) | | | ✓ | | ✓ |
15+ | [ ` captureConsoleIntegration ` ] ( ./captureconsole ) | | | | | ✓ |
16+ | [ ` contextLinesIntegration ` ] ( ./contextlines ) | | ✓ | | | |
17+ | [ ` debugIntegration ` ] ( ./debug ) | | | | | |
18+ | [ ` extraErrorDataIntegration ` ] ( ./extraerrordata ) | | | | | ✓ |
19+ | [ ` httpClientIntegration ` ] ( ./httpclient ) | | ✓ | | | |
20+ | [ ` moduleMetadataIntegration ` ] ( ./modulemetadata ) | | | | | ✓ |
21+ | [ ` rewriteFramesIntegration ` ] ( ./rewriteframes ) | | ✓ | | | |
22+ | [ ` replayIntegration ` ] ( ./replay ) | | | | ✓ | ✓ |
23+ | [ ` replayCanvasIntegration ` ] ( ./replaycanvas ) | | | | ✓ | |
24+ | [ ` reportingObserverIntegration ` ] ( ./reportingobserver ) | | ✓ | | | |
25+ | [ ` sessionTimingIntegration ` ] ( ./sessiontiming ) | | | | | ✓ |
You can’t perform that action at this time.
0 commit comments