Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
4.0.0
I have the following issue:
Spans created by the SentrySpringClientHttpRequestInterceptor only show the request method (e.g. GET). The request URL is null.
Example trace:

Steps to reproduce:
Actual result:
Expected result:
- Spans should show the request method AND request URL. Otherwise we don't know what request was being made.
Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
4.0.0
I have the following issue:
Spans created by the
SentrySpringClientHttpRequestInterceptoronly show the request method (e.g. GET). The request URL isnull.Example trace:

Steps to reproduce:
Actual result:
Expected result: