Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 077d25c

Browse files
committed
ensure permissions are ok
1 parent d96752d commit 077d25c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Installation
44

5+
You only need to install this for Admins Only.
6+
57
### An Unmanaged Package for installation into a production org
68

79
[https://login.salesforce.com/packaging/installPackage.apexp?p0=04t2E000003VoDZQA0](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t2E000003VoDZQA0)

force-app/main/default/classes/Sentry_Event.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Created by Jacob Mather <[email protected]> on 2019-03-25.
33
*/
44

5-
public with sharing class Sentry_Event {
5+
public without sharing class Sentry_Event {
66
// uuid
77
public String event_id;
88

0 commit comments

Comments
 (0)