Skip to content

ecosophy-gem/Sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry Native bindings for Jai

These are basic sentry-native bindings for the Jai programming language.

Usage

Put this library as Sentry in your modules/ directory. Then:

#import "Sentry";

main :: () {
    DEBUG :: true;
    init_sentry("your dsn", "release info", DEBUG);
    sentry_set_level(.WARNING);

    ...
}

In order to run, the crashpad_handler executable must be in the same location as your binary, and libsentry.so must be found. Both can be obtained by running build.sh.

For way more information, see the sentry-native documentation

About

sentry-native bindings for Jai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages