We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f743e36 commit aad54bcCopy full SHA for aad54bc
plugins/source/firestore/main.go
@@ -5,7 +5,7 @@ import (
5
"github.com/cloudquery/plugin-sdk/serve"
6
)
7
8
-const sentryDSN = "" // TODO
+const sentryDSN = "https://[email protected]/4505007730917376"
9
10
func main() {
11
serve.Source(plugin.Plugin(), serve.WithSourceSentryDSN(sentryDSN))
0 commit comments