-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: copy curl command support in span detail component #2603
Conversation
Test Results 4 files ±0 317 suites +1 32m 29s ⏱️ -24s For more details on these failures, see this check. Results for commit 44208ff. ± Comparison against base commit 7080b66. ♻️ This comment has been updated with latest results. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2603 +/- ##
==========================================
+ Coverage 81.71% 81.74% +0.03%
==========================================
Files 928 929 +1
Lines 20794 20845 +51
Branches 3137 3145 +8
==========================================
+ Hits 16991 17039 +48
- Misses 3662 3665 +3
Partials 141 141 ☔ View full report in Codecov by Sentry. |
@@ -20,6 +21,7 @@ import { SpanRequestDetailModule } from './request/span-request-detail.module'; | |||
import { SpanResponseDetailModule } from './response/span-response-detail.module'; | |||
import { SpanDetailComponent } from './span-detail.component'; | |||
import { SpanTagsDetailModule } from './tags/span-tags-detail.module'; | |||
import { MemoizeModule } from '../../../../../common/src/utilities/memoize/memoize.module'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bad import?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
No description provided.