summaryrefslogtreecommitdiff
path: root/docs/sentry-doc-config.json
blob: 11525fdbd4b748f6c8f1fefece4a904f613cdd3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "support_level": "production",
  "platforms": {
    "python": {
      "name": "Python",
      "type": "language",
      "doc_link": "",
      "wizard": [
        "index#installation",
        "usage#capture-an-error",
        "usage#reporting-an-event"
      ]
    },
    "python.flask": {
      "name": "Flask",
      "type": "framework",
      "doc_link": "integrations/flask/",
      "wizard": [
        "index#installation",
        "integrations/flask#installation",
        "integrations/flask#setup"
      ]
    },
    "python.bottle": {
      "name": "Bottle",
      "type": "framework",
      "doc_link": "integrations/bottle/",
      "wizard": [
        "index#installation",
        "integrations/bottle#setup",
        "integrations/bottle#usage"
      ]
    },
    "python.celery": {
      "name": "Celery",
      "type": "library",
      "doc_link": "integrations/celery/",
      "wizard": [
        "index#installation",
        "integrations/celery"
      ]
    },
    "python.django": {
      "name": "Django",
      "type": "framework",
      "doc_link": "integrations/django/",
      "wizard": [
        "index#installation",
        "integrations/django#setup"
      ]
    },
    "python.pylons": {
      "name": "Pylons",
      "type": "framework",
      "doc_link": "integrations/pylons/",
      "wizard": [
        "index#installation",
        "integrations/pylons#wsgi-middleware",
        "integrations/pylons#logger-setup"
      ]
    },
    "python.pyramid": {
      "name": "Pyramid",
      "type": "framework",
      "doc_link": "integrations/pyramid/",
      "wizard": [
        "index#installation",
        "integrations/pyramid#pastedeploy-filter",
        "integrations/pyramid#logger-setup"
      ]
    },
    "python.rq": {
      "name": "RQ",
      "type": "framework",
      "doc_link": "integrations/rq/",
      "wizard": [
        "index#installation",
        "integrations/rq#usage",
        "integrations/rq#extended-setup"
      ]
    },
    "python.tornado": {
      "name": "Tornado",
      "type": "framework",
      "doc_link": "integrations/tornado/",
      "wizard": [
        "index#installation",
        "integrations/tornado#setup",
        "integrations/tornado#usage"
      ]
    }
  }
}