[web2py] Re: Web2py Integration with Sentry

2016-01-20 Thread James Q
Sorry, I ended up not using web2py so I never got to this :( On Monday, January 6, 2014 at 10:14:46 PM UTC-5, James Q wrote: > > Has anyone ever integrated web2py an Sentry ( > https://github.com/getsentry/sentry)? I would like it if all web2py > generated exceptions generate a ticke

Re: [web2py] Re: Web2py Integration with Multiple Oauth Logins

2014-02-23 Thread James Q
is that that plugin packed/installed by yourself is giving different result than te one installed manually. This should be exactly the same right? Are you sure everything is included in the one packed by yourself? Regards, Quint On Saturday, February 22, 2014 4:15:11 AM UTC+1, James Q wrote

[web2py] Re: Web2py Integration with Multiple Oauth Logins

2014-02-21 Thread James Q
to integrate it, have a look at this plugin https://code.google.com/p/w2p-social-auth/ to integrate it in web2py. Quint On Wednesday, February 19, 2014 12:33:29 AM UTC+1, James Q wrote: I have a feeling that this topic comes up often, but I cannot seem to Google a good solution

[web2py] Web2py Integration with Multiple Oauth Logins

2014-02-18 Thread James Q
I have a feeling that this topic comes up often, but I cannot seem to Google a good solution to this. Essentially, I want users to be able to login using either the built in Auth, or login via some Oauth provider, like Twitter and Facebook. I have seen previous solutions using

Re: [web2py] Re: Web2py Integration with Sentry

2014-01-16 Thread James Q
issue OR 2) does not break backward compatibility AND 3) makes web2py faster OR 4) add a new functionality without making previous behavior slower On Wednesday, 15 January 2014 00:41:54 UTC-6, James Q wrote: Massimo: Would you consider taking a patch / pull request for a new script? -- James

[web2py] Re: Web2py Integration with Sentry

2014-01-14 Thread James Q
into scritps/tickets2db.py and scripts/tickets2email.py and modify them to do what you need to do. On Wednesday, 8 January 2014 23:27:46 UTC-6, James Q wrote: Interesting. I have never written wsgi middleware, any pointers on that? As middleware, I would still need to have an understanding

[web2py] Re: Web2py Integration with Sentry

2014-01-09 Thread James Q
, but I've done something similar with a different piece of software. You'd usually just use it as a wsgi middleware around your app. So you'd need to run web2py as wsgi and wrap it with Sentry. On Monday, January 6, 2014 8:14:46 PM UTC-7, James Q wrote: Has anyone ever integrated web2py an Sentry

[web2py] Web2py Integration with Sentry

2014-01-07 Thread James Q
Has anyone ever integrated web2py an Sentry (https://github.com/getsentry/sentry)? I would like it if all web2py generated exceptions generate a ticket like usual, but also generates an event to a sentry server. Has anyone ever done this? If not, could anyone point to where I would need to