Symbol Servers
Last updated
Last updated
BugSplat can process crashes using symbol files stored in external symbol servers. BugSplat supports accessing HTTP/HTTPS servers and Amazon S3 Buckets. BugSplat caches files from external symbol servers, ensuring fast crash calculation. Please note that if BugSplat requests a file not present on your external symbol server, it will not try to access the file again for 24 hours.
BugSplat can access symbol files over HTTPS. This method also supports Windows SymStore/SymProxy symbol servers. To connect an HTTPS symbol server to BugSplat, navigate to the Symbols page. Click the + Add Server button, add a URL value, and click OK.
Some organizations restrict access to their symbol servers by IP address. To allow access to BugSplat, add the IP addresses 23.22.79.2, 3.93.104.250, and 34.194.164.107 to your whitelist.
For AWS S3 symbol servers, you'll want to create a minimally permissive IAM User so that BugSplat can access your S3 bucket. Modify this example policy and attach it to your newly created IAM User.
Once you create your IAM user, generate an access key/secret to allow BugSplat to access your S3 bucket. Navigate to the Symbols page and click + Add Server. Select AWS-S3 in the Type dropdown. Enter values for URL, Region, Access Key, Secret Key, and click OK.