Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 authored Jan 17, 2025
1 parent b6a99ee commit 98d31ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Sentry.init({
integrations: [Sentry.browserTracingIntegration()],
tracePropagationTargets: ['http://example.com'],
tracesSampleRate: 1,
debug: true,
});
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const request = new Request('http://example.com/api/test/', {
headers: { foo: '11' },
});

console.log({ request });

fetch(request, {
headers: { bar: '22' },
});

0 comments on commit 98d31ca

Please sign in to comment.