Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sentry updates #186

Merged
merged 20 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
25bd9f8
chore: update sentry + add replay & tracing features
ignaciosantise Dec 9, 2024
f7bf1f8
chore: add sentry break button
ignaciosantise Dec 9, 2024
5cdfe44
chore: bump appkit to swap canary
ignaciosantise Dec 9, 2024
6146552
chore: added sentry auth token to env
ignaciosantise Dec 9, 2024
45f56a5
chore: change sentry upload script
ignaciosantise Dec 9, 2024
61d4e39
chore: change sentry upload script
ignaciosantise Dec 9, 2024
3967d09
chore: changed sentry build script
ignaciosantise Dec 10, 2024
01f44e8
chore: test fastlane sentry plugin
ignaciosantise Dec 12, 2024
5164460
chore: change sentry upload script
ignaciosantise Dec 12, 2024
ff3829f
chore: change sentry upload script
ignaciosantise Dec 12, 2024
156f416
chore: changed sentry build script
ignaciosantise Dec 13, 2024
cf2d744
chore: changed sentry build script
ignaciosantise Dec 13, 2024
c9460ee
chore: remove sentry upload step on ios internal
ignaciosantise Dec 13, 2024
b075d71
chore: changed sentry build script
ignaciosantise Dec 13, 2024
d5e5c9b
chore: updated sentry on wallet sample
ignaciosantise Dec 13, 2024
4d1a643
chore: removed sentry fastlane plugin + old actions
ignaciosantise Dec 13, 2024
48474f7
chore: removed sentry auth token from actions
ignaciosantise Dec 13, 2024
3111ccd
chore: re-added sentry upload step, removed sentry break button
ignaciosantise Dec 13, 2024
273ca99
chore: removed expo project from app.json file
ignaciosantise Dec 13, 2024
47d50dd
chore: default env changes
ignaciosantise Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: re-added sentry upload step, removed sentry break button
  • Loading branch information
ignaciosantise committed Dec 13, 2024
commit 3111ccde875a4aa77d93c08504cfb6a2ea87fb71
20 changes: 20 additions & 0 deletions dapps/W3MWagmi/ios/W3MWagmi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
1F1C00952B8E53EE00FC18DB /* Frameworks */,
1F1C00972B8E53EE00FC18DB /* Resources */,
1F1C009B2B8E53EE00FC18DB /* Bundle React Native code and images */,
1FC753F82D0C93DE00D88337 /* Upload Debug Symbols to Sentry */,
CF75C34FAD8767964D07A5AD /* [CP] Embed Pods Frameworks */,
EC59DD71D9B1F9BC35C2AAD6 /* [CP] Copy Pods Resources */,
);
Expand Down Expand Up @@ -578,6 +579,25 @@
shellPath = /bin/sh;
shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli')\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\nSOURCEMAP_FILE=\"$(pwd)/../main.jsbundle.map\"\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n";
};
1FC753F82D0C93DE00D88337 /* Upload Debug Symbols to Sentry */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}",
);
name = "Upload Debug Symbols to Sentry";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "export SENTRY_CLI_EXECUTABLE=\"../node_modules/@sentry/cli/bin/sentry-cli\"\nexport SENTRY_INCLUDE_NATIVE_SOURCES=true # Upload native iOS sources\n\n../node_modules/@sentry/react-native/scripts/sentry-xcode-debug-files.sh\n";
};
2EE4BF3EE058FE90A7C55DDF /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
8 changes: 1 addition & 7 deletions dapps/W3MWagmi/src/screens/Connections/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {Pressable, StyleSheet, View} from 'react-native';
import {StyleSheet, View} from 'react-native';
import {AppKitButton} from '@reown/appkit-wagmi-react-native';
import {FlexView, Text} from '@reown/appkit-ui-react-native';

Expand All @@ -22,12 +22,6 @@ function ConnectionsScreen() {
<SignTypedDataV4 />
<ReadContract />
<WriteContract />
<Pressable
onPress={() => {
throw new Error('Break');
}}>
<Text>Sentry Test Break</Text>
</Pressable>
</View>
</FlexView>
);
Expand Down
Loading