Skip to content
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

ref(debugger-modal): Hide debug ids tab if sdk does not support it #86190

Conversation

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 3, 2025
@priscilawebdev priscilawebdev changed the title Priscila/ref/debugger modal/hide debug ids tab for non supported platforms ref(debugger-modal): Hide debug ids tab if sdk does not support it Mar 3, 2025
@priscilawebdev priscilawebdev marked this pull request as ready for review March 3, 2025 14:20
@priscilawebdev priscilawebdev requested a review from a team as a code owner March 3, 2025 14:20
Copy link

codecov bot commented Mar 3, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
9632 1 9631 4
View the top 1 failed test(s) by shortest run time
useReplayData should concat N segment responses and pass them into ReplayReader
Stack Traces | 0.318s run time
Error: expect(received).toStrictEqual(expected) // deep equality

- Expected  - 65
+ Received  +  5

@@ -1,72 +1,12 @@
- ObjectContaining {
-   "attachments": Array [
-     Object {
-       "data": Object {},
-       "timestamp": 1672592400000,
-       "type": 0,
-     },
  Object {
-       "data": Object {},
-       "timestamp": 1672592400000,
-       "type": 1,
-     },
-     Object {
-       "data": Object {
-         "height": 600,
-         "href": "http://localhost/",
-         "width": 800,
-       },
-       "timestamp": 1672592400000,
-       "type": 4,
-     },
-     Object {
-       "data": Object {
-         "metric": undefined,
-         "payload": Object {
-           "category": "console",
-           "data": Object {
-             "logger": "unknown",
-           },
-           "level": "fatal",
-           "message": "Hello World",
-           "timestamp": 1672592400,
-           "type": "debug",
-         },
-         "tag": "breadcrumb",
-       },
-       "timestamp": 1672592400000,
-       "type": 5,
-     },
-     Object {
-       "data": Object {
-         "payload": Object {
-           "data": Object {
-             "decodedBodySize": 1712,
-             "domComplete": 10000,
-             "domContentLoadedEventEnd": 9952,
-             "domContentLoadedEventStart": 9950,
-             "domInteractive": 9800,
-             "duration": 10000,
-             "encodedBodySize": 849,
-             "loadEventEnd": 10000,
-             "loadEventStart": 10000,
-             "redirectCount": 0,
-             "size": 1149,
-           },
-           "description": "",
-           "endTimestamp": 1672592410,
-           "op": "navigation.navigate",
-           "startTimestamp": 1672592400,
-         },
-         "tag": "performanceSpan",
-       },
-       "timestamp": 1672592400000,
-       "type": 5,
-     },
-   ],
+   "attachments": Array [],
    "errors": Array [],
+   "fetchError": undefined,
+   "fetching": true,
+   "onRetry": [Function anonymous],
+   "projectSlug": "project-slug",
    "replayRecord": Object {
      "activity": 0,
      "browser": Object {
        "name": "Other",
        "version": "",
    at Object.<anonymous> (.../replays/hooks/useReplayData.spec.tsx:180:28)
    at runNextTicks (node:internal/process/task_queues:65:5)
    at listOnTimeout (node:internal/timers:555:9)
    at processTimers (node:internal/timers:529:7)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

codecov bot commented Mar 3, 2025

Bundle Report

Changes will increase total bundle size by 41.71MB (100.0%) ⬆️⚠️, exceeding the configured threshold of 5%.

Bundle name Size Change
app-webpack-bundle-array-push 41.71MB 41.71MB (100%) ⬆️⚠️

@priscilawebdev priscilawebdev enabled auto-merge (squash) March 3, 2025 14:31
@priscilawebdev priscilawebdev merged commit 5a35f69 into master Mar 3, 2025
41 checks passed
@priscilawebdev priscilawebdev deleted the priscila/ref/debugger-modal/hide-debug-ids-tab-for-non-supported-platforms branch March 3, 2025 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide the 'Debug Id(s)' tab in the modal for 'cordova' and 'capacitor' since they are not supported
2 participants