Skip to content

Commit 9b96ea8

Browse files
committed
rollbar: Remove call to SetServerRoot
The rollbar ui has stopped correctly parsing/displaying our project frames within the stacktrace. This is *not* due to the recent update to the rollbar-go package, I was able to see this on master at the time too. I suspect this was introduced when being used in a go module project.
1 parent 0d872c5 commit 9b96ea8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

log/internal/rollbar/rollbar.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func Setup(l *zap.SugaredLogger, service string) func() {
2828

2929
v := getVersion()
3030
rollbar.SetCodeVersion(v)
31-
rollbar.SetServerRoot("/" + service)
3231

3332
enable := true
3433
if os.Getenv("ROLLBAR_DISABLE") != "" {

0 commit comments

Comments
 (0)