Skip to content

Commit

Permalink
Update docs/platforms/dart/integrations/http-integration.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <[email protected]>
  • Loading branch information
martinhaintz and vivianyentran committed Aug 14, 2024
1 parent 4b90bce commit b1604c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/dart/integrations/http-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_order: 2

## Using the `runWithClient` function

With [`runWithClient`](https://pub.dev/documentation/http/latest/http/runWithClient.html) you can define a global `SentryHttpClient` and run it in its own [`Zone`](https://api.dart.dev/stable/3.4.4/dart-async/Zone-class.html).
With [`runWithClient`](https://pub.dev/documentation/http/latest/http/runWithClient.html), you can define a global `SentryHttpClient` and run it in its own [`Zone`](https://api.dart.dev/stable/3.4.4/dart-async/Zone-class.html).

### Usage

Expand Down

0 comments on commit b1604c2

Please sign in to comment.