Skip to content

[frontend/backend] Fix nx analytics config (#15366)#15367

Open
delemaf wants to merge 1 commit intomasterfrom
issue/15366-nx-analytics-config
Open

[frontend/backend] Fix nx analytics config (#15366)#15367
delemaf wants to merge 1 commit intomasterfrom
issue/15366-nx-analytics-config

Conversation

@delemaf
Copy link
Copy Markdown
Member

@delemaf delemaf commented Apr 3, 2026

Proposed changes

  • Add "analytics": false to disable Nx analytics collection in the root configuration

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@delemaf delemaf self-assigned this Apr 3, 2026
@delemaf delemaf linked an issue Apr 3, 2026 that may be closed by this pull request
@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Apr 3, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #15366 by updating the Nx configuration to disable analytics collection. After a Nx dependabot update, the nx.json file needed to be aligned with current Nx best practices by explicitly disabling analytics.

Changes:

  • Add "analytics": false to disable Nx analytics collection in the root configuration

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.15%. Comparing base (23bbb5c) to head (691fb26).

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #15367   +/-   ##
=======================================
  Coverage   33.15%   33.15%           
=======================================
  Files        3155     3155           
  Lines      214168   214168           
  Branches    39117    39119    +2     
=======================================
+ Hits        71005    71008    +3     
+ Misses     143163   143160    -3     
Flag Coverage Δ
opencti-client-python 45.59% <ø> (ø)
opencti-front 2.86% <ø> (ø)
opencti-graphql 69.12% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

filigran team use to identify PR from the Filigran team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[oob] disable analytics in nx config

2 participants