Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion example/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>Error Submission</h1>
<button onclick="throwReferenceError('function-does-exist')">Throw uncaught reference error</button>
<button id="throw-jquery-ajax-error">Throw jQuery ajax error</button>
<button id="throw-promise-unhandled-rejection">Throw promise unhandled rejection</button>
<button id="throw-browser-extension-error">Throw brower extension error</button>
<button id="throw-browser-extension-error">Throw browser extension error</button>

<h1>Log Submission</h1>
<button class="submit-log">Submit log event</button>
Expand Down
2 changes: 1 addition & 1 deletion example/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"access": "restricted"
},
"devDependencies": {
"vite": "^8.0.16"
"vite": "^8.1.5"
},
"dependencies": {
"@exceptionless/browser": "3.0.0-dev",
Expand Down
2 changes: 1 addition & 1 deletion example/expo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function TopDiagnostics() {
<View style={styles.diagnostics}>
<View style={styles.diagnosticsTitleRow}>
<Text style={styles.diagnosticsTitle}>Exceptionless Expo</Text>
<Text style={styles.diagnosticsPill}>SDK 56</Text>
<Text style={styles.diagnosticsPill}>SDK 57</Text>
</View>
<Text style={styles.diagnosticsServer} numberOfLines={1}>
{serverUrl}
Expand Down
2 changes: 1 addition & 1 deletion example/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example exercises `@exceptionless/react-native` from an Expo app. It covers

Native iOS crash reporting uses the package's custom native module, so it requires an Expo development build or a standalone app. Expo Go can run JavaScript reporting paths only; it cannot load the native crash reporter.

This app tracks Expo SDK 56.
This app tracks Expo SDK 57.

## Prerequisites

Expand Down
26 changes: 13 additions & 13 deletions example/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
},
"dependencies": {
"@exceptionless/react-native": "3.0.0-dev",
"@expo/metro-runtime": "~56.0.15",
"@expo/metro-runtime": "~57.0.7",
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~56.0.11",
"expo-application": "~56.0.3",
"expo-constants": "~56.0.16",
"expo-dev-client": "~56.0.20",
"expo-device": "~56.0.4",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo": "~57.0.8",
"expo-application": "~57.0.2",
"expo-constants": "~57.0.7",
"expo-dev-client": "~57.0.9",
"expo-device": "~57.0.1",
"expo-splash-screen": "~57.0.5",
"expo-status-bar": "~57.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native": "0.86.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "^0.21.0"
"react-native-screens": "~4.26.0",
"react-native-web": "^0.21.2"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@react-native/js-polyfills": "^0.79.6",
"@types/react": "~19.2.10",
"@react-native/js-polyfills": "^0.86.1",
"@types/react": "~19.2.17",
"typescript": "~6.0.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@exceptionless/browser": "3.0.0-dev",
"@exceptionless/node": "3.0.0-dev",
"next": "^16.2.7",
"next": "^16.2.12",
"react": "19.2.3",
"react-dom": "19.2.3"
},
Expand Down
5 changes: 3 additions & 2 deletions example/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
]
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^6.0.2",
"vite": "^8.0.16"
"@vitejs/plugin-react": "^6.0.4",
"vite": "^8.1.5"
},
"dependencies": {
"@exceptionless/react": "3.0.0-dev",
Expand Down
12 changes: 6 additions & 6 deletions example/svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.63.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"svelte": "^5.56.1",
"svelte-check": "^4.6.0",
"@sveltejs/kit": "^2.70.1",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"svelte": "^5.56.8",
"svelte-check": "^4.7.3",
"typescript": "^6.0.3",
"vite": "^8.0.16",
"vitest": "^4.1.8"
"vite": "^8.1.5",
"vitest": "^4.1.10"
},
"type": "module",
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions example/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.5.35",
"vue": "^3.5.40",
"@exceptionless/vue": "3.0.0-dev"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.7",
"@vue/compiler-sfc": "^3.5.35",
"vite": "^8.0.16"
"@vitejs/plugin-vue": "^6.0.8",
"@vue/compiler-sfc": "^3.5.40",
"vite": "^8.1.5"
},
"type": "module",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion example/vue/src/components/HelloWorld.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>

<script setup>
import { defineProps, reactive } from "vue";
import { reactive } from "vue";
import { Exceptionless } from "@exceptionless/vue";

defineProps({
Expand Down
Loading