Skip to content

Commit 61e4d4d

Browse files
committed
Use network resource to avoid packaging issues
1 parent c02d84f commit 61e4d4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/core/assets/sentrylogo.png

-3.39 KB
Binary file not shown.

packages/core/src/js/feedback/FeedbackForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFor
8383
<View style={styles.titleContainer}>
8484
<Text style={styles.title}>{text.formTitle}</Text>
8585
{config.showBranding && (
86-
<Image source={require('../../../assets/sentrylogo.png')} style={styles.sentryLogo} />
86+
<Image source={{uri: 'https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png'}} style={styles.sentryLogo} />
8787
)}
8888
</View>
8989

0 commit comments

Comments
 (0)