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 7d9b860 commit 7f0db0fCopy full SHA for 7f0db0f
packages/common/src/components/Preview/index.tsx
@@ -187,8 +187,7 @@ class BasePreview extends React.Component<Props, State> {
187
if (!this.props.url && normalUrl !== fallbackUrl) {
188
fetch(normalUrl, { mode: 'no-cors' })
189
.then(() => {
190
- // Succeeded
191
- track(TRACKING_NAME, { needed: false });
+ // Succeeded, don't send anything
192
})
193
.catch(() => {
194
// Failed, use fallback
0 commit comments