Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2dbf8eb

Browse files
authoredMar 15, 2025
Update log.go
Signed-off-by: Nathan <[email protected]>
1 parent c8f5b69 commit 2dbf8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/logger/log.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewLogger(verbose bool, sentryCfg *config.Sentry, version string) (*slog.Lo
2929
if sentryCfg != nil && sentryCfg.DSN != "" {
3030
if err := sentry.Init(sentry.ClientOptions{
3131
Dsn: sentryCfg.DSN,
32-
Release: "transfer@" + version,
32+
Release: "artie-transfer@" + version,
3333
}); err != nil {
3434
slog.New(handler).Warn("Failed to enable Sentry output", slog.Any("err", err))
3535
} else {

0 commit comments

Comments
 (0)