[Sentry] Is it secure to use the «DSN» value in an open-source application?

The security implication is only that someone can send events on your behalf, which your only resolve is to revoke the API key and ship a new one.
There's no other access given by default with client keys.

getsentry/raven-python/issues/569