Skip to content

Commit

Permalink
Adust docs after renaming UserAgent integration to HttpContext (#…
Browse files Browse the repository at this point in the history
…4997)

This PR adjusts docs after renaming the UserAgent integration in the Sentry JS SDK to HttpContext
  • Loading branch information
Lms24 authored May 30, 2022
1 parent eb251a7 commit 7ae7244
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you've set up user identification you can find the user attributes under `dat
"Breadcrumbs",
"GlobalHandlers",
"LinkedErrors",
"UserAgent"
"HttpContext"
],
"name": "sentry.javascript.browser",
"packages": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ The following two fields are for [alert rule action UI components](/product/inte
"Breadcrumbs",
"GlobalHandlers",
"LinkedErrors",
"UserAgent"
"HttpContext"
],
"name": "sentry.javascript.browser",
"packages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Default Integrations
excerpt: ""
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."
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."
redirect_from:
- /platforms/javascript/integrations/default/
- /platforms/javascript/default-integrations/
Expand Down Expand Up @@ -122,11 +122,12 @@ document
});
```

### UserAgent
### HttpContext

_Import name: `Sentry.Integrations.UserAgent`_
_Import name: `Sentry.Integrations.HttpContext`_

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.
This integration attaches HTTP request information, such as URL, user-agent, referrer and other headers to the event.
It allows us to correctly catalog and tag events with specific OS, browser, and version information.

### Dedupe

Expand Down

1 comment on commit 7ae7244

@vercel
Copy link

@vercel vercel bot commented on 7ae7244 May 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.