Skip to content

Commit 3e565be

Browse files
committed
ref(javascript): Adust docs after renaming UserAgent integration to HttpContext
1 parent d4bc74c commit 3e565be

File tree

1 file changed

+5
-4
lines changed
  • src/platforms/javascript/common/configuration/integrations

1 file changed

+5
-4
lines changed

src/platforms/javascript/common/configuration/integrations/default.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Default Integrations
33
excerpt: ""
4-
description: "Learn more about system integrations Dedupe, InboundFilters, FunctionToString, Breadcrumbs, GlobalHandlers, LinkedErrors, and UserAgent, that are enabled by default to integrate into the standard library or the interpreter itself."
4+
description: "Learn more about system integrations Dedupe, InboundFilters, FunctionToString, Breadcrumbs, GlobalHandlers, LinkedErrors, and HttpContext, that are enabled by default to integrate into the standard library or the interpreter itself."
55
redirect_from:
66
- /platforms/javascript/integrations/default/
77
- /platforms/javascript/default-integrations/
@@ -122,11 +122,12 @@ document
122122
});
123123
```
124124

125-
### UserAgent
125+
### HttpContext
126126

127-
_Import name: `Sentry.Integrations.UserAgent`_
127+
_Import name: `Sentry.Integrations.HttpContext`_
128128

129-
This integration attaches user-agent information to the event, which allows us to correctly catalog and tag them with specific OS, browser, and version information.
129+
This integration attaches HTTP request information, such as URL, user-agent, referrer and other headers to the event.
130+
It allows us to correctly catalog and tag events with specific OS, browser, and version information.
130131

131132
### Dedupe
132133

0 commit comments

Comments
 (0)