Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Add DSN test utility #12

Closed
wants to merge 2 commits into from
Closed

Add DSN test utility #12

wants to merge 2 commits into from

Conversation

taylortrimble
Copy link
Contributor

From the spec:

Finally, provide a CLI to test your client’s configuration. Python example:

raven test http://public_key:[email protected]/project-id

Ruby example:

rake raven:test http://public_key:[email protected]/project-id

Our usage:

cd example
go run test_dsn.go http://public_key:[email protected]/project-id

This is not very fancy.

Spec:
http://sentry.readthedocs.org/en/latest/developer/client/index.html#clie
nt-usage-end-user

Usage:
cd example
go run test_dsn.go <PUT_DSN_HERE>
@titanous
Copy link
Contributor

I think example.go already satisfies this. The test action in the ruby/python libs send an event too.

@taylortrimble
Copy link
Contributor Author

Oh cool. Okay, I'm satisfied with that.

@taylortrimble taylortrimble deleted the test-dsn branch December 30, 2013 00:39
mzuneska pushed a commit to mzuneska/raven-go that referenced this pull request Aug 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants