We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94800f commit 35b51fdCopy full SHA for 35b51fd
pkgs/by-name/br/bruno/package.nix
@@ -69,6 +69,10 @@ buildNpmPackage rec {
69
postPatch = ''
70
substituteInPlace scripts/build-electron.sh \
71
--replace-fail 'if [ "$1" == "snap" ]; then' 'exit 0; if [ "$1" == "snap" ]; then'
72
+
73
+ # disable telemetry
74
+ substituteInPlace packages/bruno-app/src/providers/App/index.js \
75
+ --replace-fail "useTelemetry();" ""
76
'';
77
78
postConfigure = ''
0 commit comments