Skip to content

Commit 4c07f22

Browse files
committed
Enable reports in embedded
1 parent 63ccb22 commit 4c07f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/devtools/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const DevToolsBox: React.FC = () => {
109109
const isAllowedByEnv = configs.IS_DEV || Monitor.tags?.includes('production')
110110

111111
if (isEmbedded && !configs.IS_DEV) {
112-
if (Monitor.title === 'History' || Monitor.title === 'Memory' || Monitor.title === 'Team Memory') {
112+
if (Monitor.title === 'History' || Monitor.title === 'Memory' || Monitor.title === 'Team Memory' || Monitor.title === 'Reports') {
113113
return true
114114
}
115115
if (isInfoPageEnabled && Monitor.title == 'Debug Tools') {

0 commit comments

Comments
 (0)