Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SentryGoroutineBad ¶
func SentryGoroutineBad() error
SentryGoroutineBad は、Goroutineの中でSentryを使う場合に「してはいけないパターン」を表しているサンプルです。 このサンプルのように、Hubを利用せずに直接スコープを定義して処理してはいけない。
func SentryGoroutineGood ¶
func SentryGoroutineGood() error
SentryGoroutineGood は、Goroutineの中でSentryを使う場合に「こうするべきパターン」を表しているサンプルです。 このサンプルのように、Hubを利用してスコープを構成しないといけない。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.