mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-28 14:17:25 -04:00
add license, move folders
This commit is contained in:
parent
185cc74060
commit
271c4a46a1
132 changed files with 21 additions and 0 deletions
12
app/scripts/api/analytics/analytics_sender_error.gd
Normal file
12
app/scripts/api/analytics/analytics_sender_error.gd
Normal file
|
@ -0,0 +1,12 @@
|
|||
extends AnalyticsSender
|
||||
class_name AnalyticsSenderError
|
||||
|
||||
|
||||
func start() -> void:
|
||||
super.start()
|
||||
|
||||
Debug.error.connect(send_error)
|
||||
|
||||
|
||||
func send_error(msg: String) -> void:
|
||||
analytics.send_event(AnalyticsEvents.error(msg))
|
Loading…
Add table
Add a link
Reference in a new issue