Skip to content

Commit 443ac1e

Browse files
committed
Move sentry-go examples to try-golang-extlib
1 parent 4759909 commit 443ac1e

File tree

6 files changed

+1
-380
lines changed

6 files changed

+1
-380
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.16
44

55
require (
66
github.com/adrg/xdg v0.3.0
7+
github.com/davecgh/go-spew v1.1.1 // indirect
78
github.com/devlights/gomy v0.3.0
8-
github.com/getsentry/sentry-go v0.10.0
99
golang.org/x/crypto v0.0.0-20210218145215-b8e89b74b9df
1010
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
1111
golang.org/x/text v0.3.5

go.sum

Lines changed: 0 additions & 159 deletions
Large diffs are not rendered by default.

internal/examples/basic/logging/examples.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ func NewRegister() mappings.Register {
1717
func (r *register) Regist(m mappings.ExampleMapping) {
1818
m["log_flags"] = Flags
1919
m["log_prefix"] = Prefix
20-
m["log_sentry_basic"] = SentryBasic
21-
m["log_sentry_goroutine_bad"] = SentryGoroutineBad
22-
m["log_sentry_goroutine_good"] = SentryGoroutineGood
2320
m["log_output"] = Output
2421
m["log_new"] = NewLogger
2522
}

internal/examples/basic/logging/log_sentry_basic.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

internal/examples/basic/logging/log_sentry_goroutine_bad.go

Lines changed: 0 additions & 79 deletions
This file was deleted.

internal/examples/basic/logging/log_sentry_goroutine_good.go

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)