We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f54e commit 0f3b321Copy full SHA for 0f3b321
src/sentry/static/sentry/app/components/events/interfaces/spans/index.tsx
@@ -38,7 +38,7 @@ class SpansInterface extends React.Component<SpansInterfacePropTypes> {
38
<PanelHeader disablePadding={false} hasButtons={false}>
39
{t('Trace View')}
40
</PanelHeader>
41
- <PanelBody {...PanelBody.defaultProps} className="">
+ <PanelBody>
42
<TransactionView event={event} />
43
</PanelBody>
44
</Panel>
tsconfig.json
@@ -6,7 +6,8 @@
6
"strict": true,
7
"declaration": false,
8
"declarationMap": false,
9
- "allowJs": true,
+ "allowJs": false,
10
+ "noImplicitAny": false,
11
"esModuleInterop": true,
12
"module": "commonjs",
13
"jsx": "react",
0 commit comments