Skip to content

Commit f244aba

Browse files
committed
Set addBreadcrumbs true by default.
1 parent 4a78c04 commit f244aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue/src/pinia.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type SentryPiniaPluginOptions = {
2020
export const createSentryPiniaPlugin: (options?: SentryPiniaPluginOptions) => PiniaPlugin = (
2121
options: SentryPiniaPluginOptions = {
2222
attachPiniaState: true,
23+
addBreadcrumbs: true,
2324
actionTransformer: action => action,
2425
stateTransformer: state => state,
2526
},

0 commit comments

Comments
 (0)