remove sentry

This commit is contained in:
Peter Maquiran
2022-12-23 12:23:16 +01:00
parent d8ac3d3b3d
commit b83fff6fbd
72 changed files with 2059 additions and 5260 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
import { Injectable } from '@angular/core';
import { AES, enc, SHA1 } from 'crypto-js'
import { environment } from 'src/environments/environment';
@Injectable({
providedIn: 'root'
})
export class LocalstoreService {
private prefix = 'v18-';
private prefix = environment.version.lastCommitNumber+"-";
private previewPrefix = 'v17-';
constructor() {