Skip to content

Commit

Permalink
Merge branch 'main' into sentry-update-7-2022
Browse files Browse the repository at this point in the history
olkitu authored Jul 30, 2022
2 parents 9762e4e + 38af285 commit 1866971
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/device-page/device-page.component.html
Original file line number Diff line number Diff line change
@@ -195,5 +195,5 @@ <h3> Explanations of markings </h3>
</tr>
</tbody>
</table>
<p> We can't guarantee that the information on this page is 100% correct. The main source are the <a rel="noopener" target="_blank" href="https://www.sharetechnote.com/html/Handbook_LTE_RRC_IE_UE_Capability.html"> UE Capability Information</a> -message, 0xB0CD and 0xB826. You can contribute by send your device UE Capability Information to <a routerLink="/contribute"> us </a>. </p>
<p> We can't guarantee that the information on this page is 100% correct. The main source are the <a rel="noopener" target="_blank" href="https://www.sharetechnote.com/html/Handbook_LTE_RRC_IE_UE_Capability.html"> UE Capability Information</a> -message, 0xB0CD and 0xB826. You can contribute by send your device UE Capability Information to <a routerLink="/contribute">us</a>. </p>
</div>
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ import { AppModule } from './app/app.module';
import { environment } from './environments/environment';

Sentry.init({
dsn: 'https://[email protected]/4',
dsn: 'https://[email protected]/5553964',
release: environment.version,
integrations: [
new Integrations.BrowserTracing({

0 comments on commit 1866971

Please sign in to comment.