mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove Sentry comment
This commit is contained in:
parent
06e3afcf88
commit
8cca88f2b8
1 changed files with 0 additions and 3 deletions
|
|
@ -193,7 +193,6 @@ class Databases extends Action
|
|||
);
|
||||
}
|
||||
|
||||
// TODO: Send non DatabaseExceptions to Sentry
|
||||
throw $e;
|
||||
} finally {
|
||||
$this->trigger($database, $collection, $attribute, $project, $projectId, $events);
|
||||
|
|
@ -298,7 +297,6 @@ class Databases extends Action
|
|||
);
|
||||
}
|
||||
|
||||
// TODO: Send non DatabaseExceptions to Sentry
|
||||
throw $e;
|
||||
} finally {
|
||||
$this->trigger($database, $collection, $attribute, $project, $projectId, $events);
|
||||
|
|
@ -419,7 +417,6 @@ class Databases extends Action
|
|||
$index->setAttribute('status', 'failed')
|
||||
);
|
||||
|
||||
// TODO: Send non DatabaseExceptions to Sentry
|
||||
throw $e;
|
||||
} finally {
|
||||
$this->trigger($database, $collection, $index, $project, $projectId, $events);
|
||||
|
|
|
|||
Loading…
Reference in a new issue