Documentation ¶
Overview ¶
Package sentrygo は、sentry-go 関連のサンプルが配置されています。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BadPattern ¶
func BadPattern() error
BadPattern は、Goroutineの中でSentryを使う場合に「してはいけないパターン」を表しているサンプルです。 このサンプルのように、Hubを利用せずに直接スコープを定義して処理してはいけない。
func GoodPattern ¶
func GoodPattern() error
GoodPattern は、Goroutineの中でSentryを使う場合に「こうするべきパターン」を表しているサンプルです。 このサンプルのように、Hubを利用してスコープを構成しないといけない。
func NewRegister ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.