Skip to content

Commit aad54bc

Browse files
authored
feat(firestore): Add Sentry (#10003)
#### Summary Follow up to #9653 <!--
1 parent f743e36 commit aad54bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/source/firestore/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"github.com/cloudquery/plugin-sdk/serve"
66
)
77

8-
const sentryDSN = "" // TODO
8+
const sentryDSN = "https://[email protected]/4505007730917376"
99

1010
func main() {
1111
serve.Source(plugin.Plugin(), serve.WithSourceSentryDSN(sentryDSN))

0 commit comments

Comments
 (0)