This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
perf/start_messenger
status-go
/
internal
/
sentry
/
sentry.go
7 lines
100 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
chore_: add sentry-go dependency (#6052)
2024-11-06 17:37:08 +00:00
package
sentry
chore_: add gofakeit dependency (#6110) * chore_: add gofakeit dependency * fix_: linter
2024-11-20 12:33:05 +00:00
import
(
_
"github.com/brianvoe/gofakeit/v6"
_
"github.com/getsentry/sentry-go"
)