Skip to content

Commit 1fff80e

Browse files
author
Darek Frynas
committed
Export SentryBoundary as default
1 parent 47dd7ca commit 1fff80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SentryBoundary/SentryBoundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Component } from 'react';
22
import PropTypes from 'prop-types';
33
import * as Sentry from '@sentry/browser';
44

5-
export class SentryBoundary extends Component {
5+
export default class SentryBoundary extends Component {
66
static propTypes = {
77
children: PropTypes.any.isRequired,
88
};

0 commit comments

Comments
 (0)