Skip to content

Commit cd64ef7

Browse files
committed
Add more breadcrumbs
1 parent 67ac714 commit cd64ef7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/app/src/app/overmind/namespaces/live/internalActions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
Module,
44
Sandbox,
55
} from '@codesandbox/common/lib/types';
6+
import { logBreadcrumb } from '@codesandbox/common/lib/utils/analytics/sentry';
67
import { Action, AsyncAction } from 'app/overmind';
78
import { json } from 'overmind';
89

@@ -102,6 +103,10 @@ export const initializeModuleState: Action<IModuleState> = (
102103
if (!sandbox) {
103104
return;
104105
}
106+
logBreadcrumb({
107+
category: 'ot',
108+
message: 'Applying new module state',
109+
});
105110
Object.keys(moduleState).forEach(moduleShortid => {
106111
const moduleInfo = moduleState[moduleShortid];
107112

0 commit comments

Comments
 (0)