Skip to content

Commit a06b9f7

Browse files
no references to experiments
1 parent 68b27cf commit a06b9f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/js/integrations/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function getDefaultIntegrations(options: ReactNativeClientOptions): Integ
8585
if (options.enableNative) {
8686
integrations.push(deviceContextIntegration());
8787
integrations.push(modulesLoaderIntegration());
88-
if (options._experiments?.enableLogs) {
88+
if (options.enableLogs) {
8989
integrations.push(logEnricherIntegration());
9090
}
9191
if (options.attachScreenshot) {

0 commit comments

Comments
 (0)