Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
45bf83ff
Commit
45bf83ff
authored
Jul 06, 2023
by
Jeffrey Morgan
Browse files
default write key to empty
parent
b9a186c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/src/telemetry.ts
app/src/telemetry.ts
+1
-1
No files found.
app/src/telemetry.ts
View file @
45bf83ff
...
...
@@ -4,7 +4,7 @@ import { v4 as uuidv4 } from 'uuid'
const
Store
=
require
(
'
electron-store
'
)
const
store
=
new
Store
()
export
const
analytics
=
new
Analytics
({
writeKey
:
process
.
env
.
TELEMETRY_WRITE_KEY
})
export
const
analytics
=
new
Analytics
({
writeKey
:
process
.
env
.
TELEMETRY_WRITE_KEY
||
''
})
export
function
id
():
string
{
const
id
=
store
.
get
(
'
id
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment