Sentry for Java Client Projects

Hello,

I’m building a public Java Project that’s meant to be distributed as a jar among users. I was hoping to use Sentry.io to effectively capture errors and fix them, however, I noticed that I would have to supply a public and private key in the form of “https://public:private@host:port/1”. Would it be okay to put this into my program considering that people may decompile and see the private key? If not, what would be the correct way to approach this?

Thanks!
Will