Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update HTTP Client Integration (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Nov 17, 2023
1 parent 7abe72a commit 5463ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs/sdk/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,12 @@ Add a breadcrumb for each outgoing HTTP request after the request finishes:
- category: `http`
- data (all fields are optional but recommended):
- `url` - The URL used in the HTTP request
- `method` - uppercase HTTP method, i.e: GET, HEAD
- `status_code` - Numeric status code such as `200` or `404`
- `http.request.method` - uppercase HTTP method, i.e: GET, HEAD
- `http.response.status_code` - Numeric status code such as `200` or `404`
- `http.query` - The query part of the URL
- `http.fragment` - The fragment part of the URI (Browser SDKs only)
- `request_body_size` Size in bytes
- `response_body_size` Size in bytes
- `http.request.body.size` Size in bytes
- `http.response.body.size` Size in bytes

If Performance Monitoring is both supported by the SDK and enabled in the client application when the transaction is active a new `Span` must be created around the HTTP request:

Expand Down

1 comment on commit 5463ad0

@vercel
Copy link

@vercel vercel bot commented on 5463ad0 Nov 17, 2023

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:

develop – ./

develop.sentry.dev
develop-git-master.sentry.dev

Please sign in to comment.