Skip to content

Commit

Permalink
add additional informations what will be sent to sentry in the dart h…
Browse files Browse the repository at this point in the history
…ttp integration
  • Loading branch information
martinhaintz committed Aug 12, 2024
1 parent 1a28c3c commit dbe1b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/platforms/dart/integrations/http-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ var uriResponse = await client.post('https://example.com/whatsit/create',
}
```

The error event sent to sentry contains the "request method", "request url", "request header", "request body", "request content-length", "request duration", "response headers", "response content-length" and the "response status code".

This is an opt-out feature. The following example shows how to disable it:

<SignInNote />
Expand Down

0 comments on commit dbe1b18

Please sign in to comment.