You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-opentelemetry-noagent/src/main/java/io/sentry/samples/spring/boot4/MetricController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ public class MetricController {
16
16
17
17
@GetMapping("count")
18
18
Stringcount() {
19
-
// Set scope attributes - these are automatically attached to metrics
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-opentelemetry-noagent/src/main/java/io/sentry/samples/spring/boot4/PersonController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,6 @@ Person person(@PathVariable Long id) {
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-opentelemetry/src/main/java/io/sentry/samples/spring/boot4/MetricController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ public class MetricController {
16
16
17
17
@GetMapping("count")
18
18
Stringcount() {
19
-
// Set scope attributes - these are automatically attached to metrics
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-opentelemetry/src/main/java/io/sentry/samples/spring/boot4/PersonController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ Person person(@PathVariable Long id) {
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-webflux/src/main/java/io/sentry/samples/spring/boot4/MetricController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ public class MetricController {
16
16
17
17
@GetMapping("count")
18
18
Stringcount() {
19
-
// Set scope attributes - these are automatically attached to metrics
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-spring-boot-4-webflux/src/main/java/io/sentry/samples/spring/boot4/PersonController.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ public PersonController(PersonService personService) {
23
23
24
24
@GetMapping("{id}")
25
25
Personperson(@PathVariableLongid) {
26
-
// Set scope attributes - these are automatically attached to logs and metrics
0 commit comments