Skip to content

Commit

Permalink
Fix typo (#2283)
Browse files Browse the repository at this point in the history
Fixes a small typo I stumbled upon when reading through the changelogs.

#skip-changelog
  • Loading branch information
markushi committed Sep 12, 2024
1 parent 16063b2 commit 3cc09ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ SentryNavigatorObserver(ignoreRoutes: ["/ignoreThisRoute"]),
(options) {
options.dsn = 'https://[email protected]/add-your-dsn-here';
options.proxy = SentryProxy(
type: SenryProxyType.http,
type: SentryProxyType.http,
host: 'localhost',
port: 8080,
);
Expand Down

0 comments on commit 3cc09ec

Please sign in to comment.