Skip to content

Commit

Permalink
[fix] sentry release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
runs authored and GitHub Enterprise committed Mar 16, 2023
1 parent 2895635 commit 770c18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/config/config.yml
/.idea/
/config/version
1 change: 1 addition & 0 deletions internal/pkg/log/sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func NewSentry(sentryCfg *SentryConfig) (*sentry.Client, error) {
Dsn: sentryCfg.DSN,
EnableTracing: sentryCfg.EnableTracing,
TracesSampleRate: sentryCfg.TracesSampleRate,
Release: sentryCfg.Release,
})
if err != nil {
return nil, errors.Wrapf(err, "failed to initialize sentry")
Expand Down

0 comments on commit 770c18d

Please sign in to comment.