mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Add sentry logger to display breadcrumbs
This commit is contained in:
parent
23057f786f
commit
6c8fddc765
4 changed files with 80 additions and 0 deletions
|
@ -407,6 +407,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"SentryLogger": {
|
||||
"package_info": {
|
||||
"package_id": "SentryLogger",
|
||||
"package_type": "plugin",
|
||||
"display_name": "Sentry Logger",
|
||||
"description": "Logs certain events so that they can be used by the crash reporter",
|
||||
"package_version": "1.0.0",
|
||||
"sdk_version": "7.0.0",
|
||||
"website": "https://ultimaker.com",
|
||||
"author": {
|
||||
"author_id": "UltimakerPackages",
|
||||
"display_name": "Ultimaker B.V.",
|
||||
"email": "plugins@ultimaker.com",
|
||||
"website": "https://ultimaker.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"SimulationView": {
|
||||
"package_info": {
|
||||
"package_id": "SimulationView",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue