File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed
docs/platforms/python/integrations Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The Sentry SDK uses integrations to hook into the functionality of popular libra
4545| <LinkWithPlatformIcon platform = " openai" label = " OpenAI" url = " /platforms/python/integrations/openai" /> | ✓ |
4646| <LinkWithPlatformIcon platform = " openai-agents" label = " OpenAI Agents SDK" url = " /platforms/python/integrations/openai-agents" /> | |
4747| <LinkWithPlatformIcon platform = " langchain" label = " LangChain" url = " /platforms/python/integrations/langchain" /> | ✓ |
48- | <LinkWithPlatformIcon platform = " langchain " label = " LangGraph" url = " /platforms/python/integrations/langgraph" /> | ✓ |
48+ | <LinkWithPlatformIcon platform = " langgraph " label = " LangGraph" url = " /platforms/python/integrations/langgraph" /> | ✓ |
4949
5050### Data Processing
5151
Original file line number Diff line number Diff line change 7979 "next-themes" : " ^0.3.0" ,
8080 "nextjs-toploader" : " ^1.6.6" ,
8181 "p-limit" : " ^6.2.0" ,
82- "platformicons" : " ^8 .0.4 " ,
82+ "platformicons" : " ^9 .0.1 " ,
8383 "prism-sentry" : " ^1.0.2" ,
8484 "query-string" : " ^6.13.1" ,
8585 "react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ import JavascriptSVG from 'platformicons/svg/javascript.svg';
7878import KoaSVG from 'platformicons/svg/koa.svg' ;
7979import KotlinSVG from 'platformicons/svg/kotlin.svg' ;
8080import LangchainSVG from 'platformicons/svg/langchain.svg' ;
81+ import LanggraphSVG from 'platformicons/svg/langgraph.svg' ;
8182import LaravelSVG from 'platformicons/svg/laravel.svg' ;
8283import LinuxSVG from 'platformicons/svg/linux.svg' ;
8384import LitestarSVG from 'platformicons/svg/litestar.svg' ;
@@ -222,6 +223,7 @@ import JavascriptSVGLarge from 'platformicons/svg_80x80/javascript.svg';
222223import KoaSVGLarge from 'platformicons/svg_80x80/koa.svg' ;
223224import KotlinSVGLarge from 'platformicons/svg_80x80/kotlin.svg' ;
224225import LangchainSVGLarge from 'platformicons/svg_80x80/langchain.svg' ;
226+ import LanggraphSVGLarge from 'platformicons/svg_80x80/langgraph.svg' ;
225227import LaravelSVGLarge from 'platformicons/svg_80x80/laravel.svg' ;
226228import LinuxSVGLarge from 'platformicons/svg_80x80/linux.svg' ;
227229import LitestarSVGLarge from 'platformicons/svg_80x80/litestar.svg' ;
@@ -614,6 +616,10 @@ const formatToSVG = {
614616 sm : LangchainSVG ,
615617 lg : LangchainSVGLarge ,
616618 } ,
619+ langgraph : {
620+ sm : LanggraphSVG ,
621+ lg : LanggraphSVGLarge ,
622+ } ,
617623 laravel : {
618624 sm : LaravelSVG ,
619625 lg : LaravelSVGLarge ,
@@ -975,6 +981,7 @@ export const PLATFORM_TO_ICON = {
975981 kotlin : 'kotlin' ,
976982 'kotlin-android' : 'android' ,
977983 langchain : 'langchain' ,
984+ langgraph : 'langgraph' ,
978985 linux : 'linux' ,
979986 native : 'nativec' ,
980987 'native-qt' : 'qt' ,
Original file line number Diff line number Diff line change @@ -11552,10 +11552,10 @@ pkg-types@^2.3.0:
1155211552 exsolve "^1.0.7"
1155311553 pathe "^2.0.3"
1155411554
11555- platformicons@^8 .0.4 :
11556- version "8 .0.4 "
11557- resolved "https://registry.yarnpkg.com/platformicons/-/platformicons-8 .0.4 .tgz#f26e79b7bfbce1d8ae3af382215efe0ad6e19fcf "
11558- integrity sha512-hvIWouaTtmnHv/JD42LwOg4MOd020q8Vf1Xs8uzqiA5+cqsiYqhR22WNV+Vzx6+T1K8ZLO9LV8+FvpFargKdlw ==
11555+ platformicons@^9 .0.1 :
11556+ version "9 .0.1 "
11557+ resolved "https://registry.yarnpkg.com/platformicons/-/platformicons-9 .0.1 .tgz#7c9bb9ab0687cc73339d98d80a84eb0cb951a929 "
11558+ integrity sha512-eI73sY+Hqn6eIwuf+wv5+r7E8AsXS+k9YaiNdW1swjp7GftJCVejCS1sCFRB/bmAr5Fyi6B1tbqKwrE3TlWs9A ==
1155911559 dependencies:
1156011560 "@types/node" "*"
1156111561 "@types/react" "*"
You can’t perform that action at this time.
0 commit comments