Skip to content

Commit c0fa8e0

Browse files
authored
feat(apm): Transactions view v1 (#14225)
Closes SEN-866 Closes SEN-873
1 parent 0f6ec9b commit c0fa8e0

File tree

19 files changed

+2434
-1359
lines changed

19 files changed

+2434
-1359
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"fuse.js": "^3.2.0",
5757
"gettext-parser": "1.3.1",
5858
"grid-emotion": "^2.1.0",
59+
"intersection-observer": "^0.7.0",
5960
"ios-device-list": "^1.1.30",
6061
"jed": "^1.1.0",
6162
"jquery": "2.2.2",

src/sentry/static/sentry/app/components/events/eventEntries.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import SentryTypes from 'app/sentryTypes';
3232
import StacktraceInterface from 'app/components/events/interfaces/stacktrace';
3333
import TemplateInterface from 'app/components/events/interfaces/template';
3434
import ThreadsInterface from 'app/components/events/interfaces/threads';
35-
import SpansInterface from 'app/components/events/interfaces/spans';
3635
import withApi from 'app/utils/withApi';
3736
import withOrganization from 'app/utils/withOrganization';
3837

@@ -49,7 +48,6 @@ export const INTERFACES = {
4948
breadcrumbs: BreadcrumbsInterface,
5049
threads: ThreadsInterface,
5150
debugmeta: DebugMetaInterface,
52-
spans: SpansInterface,
5351
};
5452

5553
class EventEntries extends React.Component {

0 commit comments

Comments
 (0)