feat(observability): sentry

This commit is contained in:
Alexandre Teles
2023-11-20 23:15:48 -03:00
committed by Alexandre Teles (afterSt0rm)
parent cf45b08d5b
commit 99e645c5f5
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
{
"python.analysis.typeCheckingMode": "off"
"python.analysis.typeCheckingMode": "off",
"spellright.language": [
"pt"
],
"spellright.documentTypes": [
"markdown",
"latex"
]
}