rocket-sentry 0.16.0

Simplifies integration between the Rocket web framework and Sentry application monitoring system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": [
    "config:base"
  ],
  "packageRules": [
    {
      "matchManagers": ["cargo"],
      "matchUpdateTypes": ["patch"],
      "groupName": "Cargo patch",
      "schedule": ["before 5am on saturday"]
    }
  ]
}