Skip to content

Commit

Permalink
Use network resource to avoid packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Dec 13, 2024
1 parent c02d84f commit 61e4d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed packages/core/assets/sentrylogo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/src/js/feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class FeedbackForm extends React.Component<FeedbackFormProps, FeedbackFor
<View style={styles.titleContainer}>
<Text style={styles.title}>{text.formTitle}</Text>
{config.showBranding && (
<Image source={require('../../../assets/sentrylogo.png')} style={styles.sentryLogo} />
<Image source={{uri: 'https://sentry-brand.storage.googleapis.com/sentry-glyph-black.png'}} style={styles.sentryLogo} />
)}
</View>

Expand Down

0 comments on commit 61e4d4d

Please sign in to comment.