sergeyksv / tinelic

Lightweight application performance and error monitoring server for getsentry (aka raven) and new relic agents
77 stars 11 forks source link

Point agent at tinelic #3

Open s0undt3ch opened 8 years ago

s0undt3ch commented 8 years ago

Did I get this project wrong or can I point, for example, a sentry agent to tinelic? What would be the sentry DSN?

sergeyksv commented 8 years ago

If it is not clear this is self hosted project. So you have to run in on some server first. Then you can point sentry agent as described here: https://github.com/sergeyksv/tinelic#agent-configuration

s0undt3ch commented 8 years ago

I'm using the Python sentry client, raven... And that does not seem to work well with tinelic...

sergeyksv commented 8 years ago

I see, we only test JS agents and C# one. Didn't test others. Might be there is some specific in protocols that prevent normal work.