All public logs

Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:00, 22 September 2023 Torben talk contribs created page Sentry (Created page with "==Python== import sentry_sdk sentry_sdk.init( dsn="https://12345@my-server.com/12", environment="dev", # debug=True, ) # for self-signed certs # use browser to export the WHOLE certificate chain to # ca_certs="myCertBundle.crt", ===Var 1: all unhandled Exceptions are sent to Sentry=== # Example division_by_zero = 1 / 0 ===Var 2: custom event=== event_data = { "message": "My Custom Event Title", "transaction": "My Transaction",...")