We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217e15d commit 2e505ecCopy full SHA for 2e505ec
client.go
@@ -309,7 +309,7 @@ func NewClient(options ClientOptions) (*Client, error) {
309
options.Instrumenter = "sentry"
310
case "sentry", "otel": // noop
311
default:
312
- return nil, fmt.Errorf("invalid value for TracesInstrumenter (supported are 'sentry' and 'otel'): %q", options.Instrumenter)
+ return nil, fmt.Errorf("invalid value for Instrumenter (supported are 'sentry' and 'otel'): %q", options.Instrumenter)
313
}
314
315
// SENTRYGODEBUG is a comma-separated list of key=value pairs (similar
0 commit comments