sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(insights): Use EAP to power DB Module

Open 0Calories opened this issue 1 year ago • 3 comments

0Calories avatar Sep 25 '24 20:09 0Calories

Bundle Report

Changes will decrease total bundle size by 529 bytes (-0.0%) :arrow_down:. This is within the configured threshold :white_check_mark:

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 29.54MB 529 bytes (-0.0%) :arrow_down:

codecov[bot] avatar Sep 25 '24 20:09 codecov[bot]

:x: 2 Tests Failed:

Tests completed Failed Passed Skipped
7881 2 7879 0
View the top 2 failed tests by shortest run time
DatabaseLandingPage filters by category and action DatabaseLandingPage filters by category and action
Stack Traces | 0.531s run time
Error: expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)

n: 1
Expected: "........./organizations/org-slug/events-stats/", ObjectContaining {"method": "GET", "query": {"cursor": undefined, "dataset": "spansMetrics", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.module:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}}
Received
->     1: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}, "skipAbort": undefined, "success": [Function success]}
       2: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description span.action:SELECT span.domain:organizations", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "avg(span.self_time)"}, "skipAbort": undefined, "success": [Function success]}

Number of calls: 2
    at Object.<anonymous> (.../database/views/databaseLandingPage.spec.tsx:245:35)
DatabaseLandingPage fetches module data DatabaseLandingPage fetches module data
Stack Traces | 0.872s run time
Error: expect(jest.fn()).toHaveBeenNthCalledWith(n, ...expected)

n: 1
Expected: "........./organizations/org-slug/events-stats/", ObjectContaining {"method": "GET", "query": {"cursor": undefined, "dataset": "spansMetrics", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.module:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}}
Received
->     1: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "spm()"}, "skipAbort": undefined, "success": [Function success]}
       2: "........./organizations/org-slug/events-stats/", {"error": [Function error], "method": "GET", "query": {"cursor": undefined, "dataset": "spans", "environment": [], "excludeOther": 0, "field": [], "interval": "30m", "orderby": undefined, "partial": 1, "per_page": 50, "project": [], "query": "span.category:db has:span.description", "referrer": "api.starfish.span-landing-page-metrics-chart", "statsPeriod": "10d", "topEvents": undefined, "yAxis": "avg(span.self_time)"}, "skipAbort": undefined, "success": [Function success]}

Number of calls: 2
    at Object.<anonymous> (.../database/views/databaseLandingPage.spec.tsx:154:35)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

codecov[bot] avatar Sep 25 '24 20:09 codecov[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Oct 17 '24 07:10 getsantry[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Nov 08 '24 08:11 getsantry[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Dec 01 '24 08:12 getsantry[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Dec 24 '24 08:12 getsantry[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Jan 16 '25 08:01 getsantry[bot]

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

getsantry[bot] avatar Feb 08 '25 08:02 getsantry[bot]

I'm going through the PR backlog to cut down on noise. PRs and drafts opened more than 6 months ago without any recent activity are being closed.

Please feel free to reopen if this is still something you're hoping to land.

natemoo-re avatar Jul 25 '25 18:07 natemoo-re