Skip to content

Commit

Permalink
[Sentry] 1/2 Remove old Template
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStrick authored Apr 30, 2024
1 parent c069450 commit 0627b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
'
'You should have received a copy of the GNU General Public License
'along with this program. If not, see <https://www.gnu.org/licenses/>.
Partial Public Class CrashReporter
Private Shared ReadOnly GUID As String = "YOUR GUID HERE"
Partial Public Class SentryHandler
Private Shared ReadOnly _DSN As String = "YOUR DSN HERE"
End Class
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
'
'You should have received a copy of the GNU General Public License
'along with this program. If not, see <https://www.gnu.org/licenses/>.
Partial Public Class CrashReporter
Private Shared ReadOnly GUID As String = "YOUR GUID HERE"
Partial Public Class SentryHandler
Private Shared ReadOnly _DSN As String = "YOUR DSN HERE"
End Class

0 comments on commit 0627b62

Please sign in to comment.