Skip to content

Commit

Permalink
style(lint): Auto commit lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored and cleptric committed Sep 20, 2023
1 parent 039e971 commit fd4b176
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
sentry.ContinueFromRequest(r),
sentry.WithTransactionSource(sentry.SourceURL),
}

transaction := sentry.StartTransaction(ctx,
fmt.Sprintf("%s %s", r.Method, r.URL.Path),
options...,
)
defer transaction.Finish()

doWork(transaction.Context());
})
```

0 comments on commit fd4b176

Please sign in to comment.