Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Fix typos in Spring GraphQL integration names (`GrahQL` to `GraphQL`)

## 8.55.0

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public final class SentryDgsSubscriptionHandler implements SentrySubscriptionHandler {

public SentryDgsSubscriptionHandler() {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7NetflixDGSGrahQL");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7NetflixDGSGraphQL");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SentryGraphql22Configuration {
public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebMVC");
return createInstrumentation(beforeSpanCallback, false);
}

Expand All @@ -33,7 +33,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebFlux");
return createInstrumentation(beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SentryGraphqlConfiguration {
public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebMVC");
return createInstrumentation(beforeSpanCallback, false);
}

Expand All @@ -33,7 +33,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebFlux");
return createInstrumentation(beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebMVC");
return createInstrumentation(sentryProperties, beforeSpanCallback, false);
}

Expand All @@ -39,7 +39,7 @@ public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebFlux");
return createInstrumentation(sentryProperties, beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebMVC");
return createInstrumentation(sentryProperties, beforeSpanCallback, false);
}

Expand All @@ -39,7 +39,7 @@ public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring7GraphQLWebFlux");
return createInstrumentation(sentryProperties, beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebMVC");
return createInstrumentation(sentryProperties, beforeSpanCallback, false);
}

Expand All @@ -39,7 +39,7 @@ public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebFlux");
return createInstrumentation(sentryProperties, beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebMVC");
return createInstrumentation(sentryProperties, beforeSpanCallback, false);
}

Expand All @@ -39,7 +39,7 @@ public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebFlux");
return createInstrumentation(sentryProperties, beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GraphQLWebMVC");
return createInstrumentation(sentryProperties, beforeSpanCallback, false);
}

Expand All @@ -39,7 +39,7 @@ public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull SentryProperties sentryProperties,
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GraphQLWebFlux");
return createInstrumentation(sentryProperties, beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public final class SentryDgsSubscriptionHandler implements SentrySubscriptionHandler {

public SentryDgsSubscriptionHandler() {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6NetflixDGSGrahQL");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6NetflixDGSGraphQL");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SentryGraphql22Configuration {
public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebMVC");
return createInstrumentation(beforeSpanCallback, false);
}

Expand All @@ -33,7 +33,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebFlux");
return createInstrumentation(beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SentryGraphqlConfiguration {
public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebMVC");
return createInstrumentation(beforeSpanCallback, false);
}

Expand All @@ -33,7 +33,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring6GraphQLWebFlux");
return createInstrumentation(beforeSpanCallback, true);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public final class SentryDgsSubscriptionHandler implements SentrySubscriptionHandler {

public SentryDgsSubscriptionHandler() {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5NetflixDGSGrahQL");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5NetflixDGSGraphQL");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class SentryGraphqlConfiguration {
public SentryInstrumentation sentryInstrumentationWebMvc(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GrahQLWebMVC");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GraphQLWebMVC");
return createInstrumentation(beforeSpanCallback, false);
}

Expand All @@ -33,7 +33,7 @@ public SentryInstrumentation sentryInstrumentationWebMvc(
public SentryInstrumentation sentryInstrumentationWebflux(
final @NotNull ObjectProvider<SentryGraphqlInstrumentation.BeforeSpanCallback>
beforeSpanCallback) {
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GrahQLWebFlux");
SentryIntegrationPackageStorage.getInstance().addIntegration("Spring5GraphQLWebFlux");
return createInstrumentation(beforeSpanCallback, true);
}

Expand Down
Loading