We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8028c85 commit 8249502Copy full SHA for 8249502
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