@@ -46,7 +46,6 @@ func Test_sentryLogger_MethodsWithFormat(t *testing.T) {
46
46
"sentry.server.address" : {Value : "test-server" , Type : "string" },
47
47
"sentry.sdk.name" : {Value : "sentry.go" , Type : "string" },
48
48
"sentry.sdk.version" : {Value : "0.10.0" , Type : "string" },
49
- "sentry.origin" : {Value : "auto.logger.log" , Type : "string" },
50
49
"sentry.message.template" : {Value : "param matching: %v and %v" , Type : "string" },
51
50
"sentry.message.parameters.0" : {Value : "param1" , Type : "string" },
52
51
"sentry.message.parameters.1" : {Value : "param2" , Type : "string" },
@@ -207,7 +206,6 @@ func Test_sentryLogger_MethodsWithoutFormat(t *testing.T) {
207
206
"sentry.server.address" : {Value : "test-server" , Type : "string" },
208
207
"sentry.sdk.name" : {Value : "sentry.go" , Type : "string" },
209
208
"sentry.sdk.version" : {Value : "0.10.0" , Type : "string" },
210
- "sentry.origin" : {Value : "auto.logger.log" , Type : "string" },
211
209
}
212
210
213
211
tests := []struct {
@@ -381,7 +379,6 @@ func Test_sentryLogger_Write(t *testing.T) {
381
379
"sentry.server.address" : {Value : "test-server" , Type : "string" },
382
380
"sentry.sdk.name" : {Value : "sentry.go" , Type : "string" },
383
381
"sentry.sdk.version" : {Value : "0.10.0" , Type : "string" },
384
- "sentry.origin" : {Value : "auto.logger.log" , Type : "string" },
385
382
}
386
383
wantLogs := []Log {
387
384
{
0 commit comments