atom / exception-reporting

Catches exceptions and forwards them to bugsnag
MIT License
10 stars 19 forks source link

Should I publish my userId? #7

Closed hurrymaplelad closed 10 years ago

hurrymaplelad commented 10 years ago

I noticed exception-reporting.userId is stored in my config.cson. I'd like to commit my config.cson to my dotfiles. Should I scrub my userId out first?

kevinsawicki commented 10 years ago

I commented on the metrics issue but I'll include it here as well.

I think it is okay to publish it, it is a one-time generated guid so it won't reveal anything sensitive.

Atom should probably store it somewhere else though as this kind of issue illuminates that pretty clearly since it makes dotfiles not as shareable as they should be.