Skip to main content
The BugSnag plugin syncs data locally. Use corsair.bugsnag.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Collaborators

Path: bugsnag.db.collaborators.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Organizations

Path: bugsnag.db.organizations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Projects

Path: bugsnag.db.projects.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Teams

Path: bugsnag.db.teams.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.