Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sentry instrumentation #15

Closed
wants to merge 89 commits into from
Closed

Add Sentry instrumentation #15

wants to merge 89 commits into from

Commits on Jun 8, 2023

  1. lib/utils.js: changed year format from yy to yyyy (#15)

    Signed-off-by: Devansh3712 <[email protected]>
    Reviewed-by: Kamoltat <[email protected]>
    Devansh3712 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c4c71d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. public/favicon.ico: Update favicon to pulpito icon (#20)

    Signed-off-by: Devansh3712 <[email protected]>
    Reviewed-by: Kamoltat <[email protected]>
    Devansh3712 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    73b560c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Add routes for backwards compatibility

    The original pulpito used routes like /:run/:job_id. While we prefer the
    more explicit routes, it'll be helpful if URLs are mostly backwards
    compatible.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    fa96b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. added the sentry icon

    Signed-off-by: Med16-11 <[email protected]>
    Med16-11 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f24bd19 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. .github/workflows/ci.yml: run CI on every PR

    Problem: CI doesn't trigger on pull requests
    
    Solution: rename deploy.yml to ci.yml and trigger CI on every PR.
    
    Also Added a Linter to CI.
    
    Signed-off-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fc3498a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86dea69 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    c316c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa459c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. pages/Job/index.js: fix job started time

    Instead of using `formatDistanceToNow`, we came up with `timeSince` which basically utilizes Date.now() and used simple arithmetics to compute `started time`
    Signed-off-by: Med16-11 <[email protected]>
    Med16-11 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    dfd9165 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from Med16-11/job-timing

    pages/Job/index.js: fix job started time
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3f40185 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    15386e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from Devansh3712/main

    Implement kill-run button
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c791641 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    08f8271 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge pull request #29 from ceph/revert-25-main

    Revert "Implement kill-run button"
    Reviewed-by Kamoltat Sirivadhna <[email protected]>
    Reviewed-by Devansh Singh <[email protected]>
    kamoltat authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9be0d4d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. aligned the date filter box to other widgets

    Signed-off-by: Med16-11 <[email protected]>
    Med16-11 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    55f3610 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge pull request #30 from Med16-11/datefilterbox

    pages/Runs/index.tsx: fixed date filter box alignment
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    90f412a View commit details
    Browse the repository at this point in the history
  2. Replace react-scripts with Vite

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a2b5345 View commit details
    Browse the repository at this point in the history
  3. Update to react v18

    This required updating several other dependencies, and removing
    @mui/styles
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    542d91e View commit details
    Browse the repository at this point in the history
  4. Use @mui's codemod to migrate from @mui/styles

    npx @mui/codemod v5.0.0/jss-to-styled src
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    55e0128 View commit details
    Browse the repository at this point in the history
  5. index.tsx: Remove references to @mui/styles

    It's deprecated.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64dac64 View commit details
    Browse the repository at this point in the history
  6. Update typescript-eslint

    npm install --save-dev @typescript-eslint/parser \
      @typescript-eslint/eslint-plugin eslint typescript
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ad6068e View commit details
    Browse the repository at this point in the history
  7. index.tsx: Use React 18's client rendering API

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6926dc3 View commit details
    Browse the repository at this point in the history
  8. tsconfig.json: Set jsxImportSource

    Fixes errors mentioning "cannot be used as a JSX component."
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9c0ef8f View commit details
    Browse the repository at this point in the history
  9. Update react-query to v4

    npm install @tanstack/react-query @tanstack/react-query-devtools
    npm uninstall react-query
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e19848a View commit details
    Browse the repository at this point in the history
  10. JobList: Import Sentry icon

    Fixes "require is not defined"
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    75f1030 View commit details
    Browse the repository at this point in the history
  11. npm uninstall @types/prismjs

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8c65c94 View commit details
    Browse the repository at this point in the history
  12. index.tsx: Drop staleTime and cacheTime

    The auto-reloads aren't great.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e38964e View commit details
    Browse the repository at this point in the history
  13. paddles: Fix type of page and pageSize in getURL

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fefd92e View commit details
    Browse the repository at this point in the history
  14. npm install use-query-params

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ae7dc62 View commit details
    Browse the repository at this point in the history
  15. Update DataGrid to v6

    This turned into a pretty major change. The breaking changes in the new
    DataGrid API necessitated a change in how we were storing and updating
    state. The reducers were dropped in favor of the use-query-params
    library. As a bonus, filtering, pagination, and deep links all work
    better than they did before.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4d79c18 View commit details
    Browse the repository at this point in the history
  16. npm uninstall history

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d475594 View commit details
    Browse the repository at this point in the history
  17. vite: Add shim for svg type definition

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f95d870 View commit details
    Browse the repository at this point in the history
  18. sentry.svg: Fix color and simplify path

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7a6a8f4 View commit details
    Browse the repository at this point in the history
  19. npm audit fix

    GHSA-c2qf-rxjj-qqgw
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    96b1b54 View commit details
    Browse the repository at this point in the history
  20. npm install usehooks-ts

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b6d90ad View commit details
    Browse the repository at this point in the history
  21. RunList: Fix sha1 queries

    And use useDebounce so that we don't spam paddles
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4f6789a View commit details
    Browse the repository at this point in the history
  22. Runs: Fix filter alignment

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eb1bc8f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #27 from ceph/tooling

    Tooling updates
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fd1f435 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Init Dockerfile & containerized pulpito-ng

    Motivation:
    
    We need a way to connect `pulpito-ng`
    with `teuthology-api` + all other teuthology services.
    Currently, we make use of docker containers to create
    a development environment for `teuthology-api` and
    other teuthology services.
    
    Solution:
    
    Created a Dockerfile and added a section in the README
    file describing the process of connecting `pulpito-ng`
    with otheer teuthology services such that we will be able
    to containerize `pulpito-ng` and develop it along side
    other services.
    
    Signed-off-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    42f57b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53aa517 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. src/lib/paddles.ts: Add VITE_ prefix to env variables

    Signed-off-by: Devansh3712 <[email protected]>
    Devansh3712 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0f574ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a30b59 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Job: Add missing key prop to node links

    Also add a space between links.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    79d10ae View commit details
    Browse the repository at this point in the history
  2. Run: Adjust filter links

    The "see similar runs" links we provide were worded poorly and spaced
    weirdly.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    44e8408 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. pages/Job/index.jsx: Add sanity check for started time

    Signed-off-by: Devansh3712 <[email protected]>
    Devansh3712 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    63972b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    5038bf9 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Use node:20-alpine base image

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4714590 View commit details
    Browse the repository at this point in the history
  3. install react-cookie

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3e5bba8 View commit details
    Browse the repository at this point in the history
  4. add lib/teuthologyAPI.ts and login with github

    1. redirect to teuthology API's login
    2. AppBar uses cookie data to show username
    
    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eea851d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Dockerfile: Run in production mode

    While trying to deploy in OpenShift I ran into many issues with Vite.
    Some were permission-related, since Vite wants to write files during its
    startup process. This should resolve all of those issues.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    27b4add View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. add _redirects file

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f4ac92e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cfab49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1adfa50 View commit details
    Browse the repository at this point in the history
  4. Make new 'Login' component

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0c3b894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f13de77 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. githubLogin: Use URL() to build url

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3c968f1 View commit details
    Browse the repository at this point in the history
  2. add logout button and profile avatar

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    75cd849 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. use window.location.href instead of replace()

    This preserves the browser's history stack.
    Also, add github icon to login button.
    
    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1d1be3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9760ae View commit details
    Browse the repository at this point in the history
  3. add useUserData() hook

    Extract cookie related code from Login component
    to lib/teuthologyAPi.ts
    
    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    237c061 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. add /nodes page

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e56577b View commit details
    Browse the repository at this point in the history
  2. add nodes/:name page

    Other minor additions:
    1. In nodes table, add links in 'name' column
    2. Add 'hideFooter' prop in DataGrid component
    
    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ef813fa View commit details
    Browse the repository at this point in the history
  3. add '/stats/nodes/lock' page

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    19f8341 View commit details
    Browse the repository at this point in the history
  4. add '/stats/nodes/jobs' page

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    62309d0 View commit details
    Browse the repository at this point in the history
  5. use 'NodeParams' instead of 'RunParams'

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    749a86d View commit details
    Browse the repository at this point in the history
  6. NodeList: display machine's short name

    Signed-off-by: Vallari <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5831f67 View commit details
    Browse the repository at this point in the history
  7. fix lock stats count & shorten nodes description text

    other minor fixes:
    - DataGrid: show boolean true/false symbols in black color
    - Drawer: "Nodes" route to /nodes?machine_type=smithi by default
    - NodeList: sort by name + thin machine_type col + length desc
    - StatsNodesJob: sort by name + display node's shortname
    - StatsNodesLock: sort by owner
    
    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2268136 View commit details
    Browse the repository at this point in the history
  8. add 'query' prop in NodeList & remove params from useNodes()

    - Node Page: use NodeList (instead of DataGrid)
    - useNodes(): remove params because machine_type filters should
    		be on handled on client side
    - useNode(): return Node[] (instead of Node) so NodeList can be used
    
    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7bca354 View commit details
    Browse the repository at this point in the history
  9. useStatsNodeJobs: minor fix for 'unknown' count

    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0548d75 View commit details
    Browse the repository at this point in the history
  10. Node Page: Enable server side paging

    Done by adding 'pagingMode' prop to JobList component
    because Run page uses client side paging and Node Page
    needs server side paging
    
    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    eb2f7b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #53 from ceph/base-image

    Dockerfile: Run in production mode
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    354d9e3 View commit details
    Browse the repository at this point in the history
  2. JobList: Hover on status col shows failure reason

    This truncates the longer strings to 200 chars.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8892c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    235fb6d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge pull request #38 from ceph/fr-tooltip

    JobList: Hover on status col shows failure reason
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    72e7ee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. utils: add dirName()

    We could add path-browserify as a dependency and have access to Node.js'
    path module, but that's 15kb and this is four lines.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    33e0f57 View commit details
    Browse the repository at this point in the history
  2. Job{,List}: Link to job archive directories

    This is more helpful than linking directly to teuthology.log, which may
    not even exist yet.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    49b399c View commit details
    Browse the repository at this point in the history
  3. Job: Add a folder icon to the archive link

    And change the text to "Log Archive"
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2cbc98c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #37 from ceph/link-log-dir

    Job{,List}: Link to job archive directories
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2cd36c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge pull request #52 from ceph/auth

    Github Authentication
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1e52914 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: default url for TEUTHOLOGY_API_SERVER

    Other minor changes:
    1. set retry=1 for teuthologyAPI useSession query
    2. disable login button when teuthology-api cannot be pinged
    
    Signed-off-by: Vallari Agrawal <[email protected]>
    VallariAg committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8e3e7c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request #58 from ceph/fix-login-btn

    fix: default url for TEUTHOLOGY_API_SERVER
    Reviewed-by: Kamoltat Sirivadhna <[email protected]>
    kamoltat authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b86666c View commit details
    Browse the repository at this point in the history
  2. teuthologyAPI: Don't query if t-api config missing

    We were rendering a blank page on all routes if the teuthology-api
    endpoint wasn't configured.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7058f2d View commit details
    Browse the repository at this point in the history
  3. Login: Don't render if t-api is not configured

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f354df8 View commit details
    Browse the repository at this point in the history
  4. Rename useLog* to doLog*

    They're not implemented as React hooks, so let's not name them as if
    they are.
    
    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    61979e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    6cc5250 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    8e95a65 View commit details
    Browse the repository at this point in the history
  2. Add Sentry instrumentation

    Signed-off-by: Zack Cerza <[email protected]>
    zmc committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b03dfa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e35d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5008d23 View commit details
    Browse the repository at this point in the history